Updated
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useState } from "react";
|
||||
import "./App.css";
|
||||
import { Button } from "./lib";
|
||||
import Button from "./lib/button";
|
||||
|
||||
function App() {
|
||||
const [count, setCount] = useState<number>(0);
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
import Button from "./button";
|
||||
import Box from "./box";
|
||||
import Skeleton from "./skeleton";
|
||||
|
||||
export { Skeleton, Box, Button };
|
||||
@@ -1 +1,5 @@
|
||||
export * from "./components";
|
||||
import Button from "./button";
|
||||
import Box from "./box";
|
||||
import Skeleton from "./skeleton";
|
||||
|
||||
export default { Skeleton, Box, Button };
|
||||
|
||||
Reference in New Issue
Block a user