We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5065f9 commit a207ebcCopy full SHA for a207ebc
src/App.tsx
@@ -1,8 +1,8 @@
1
import logo from "/logo.svg";
2
import { css } from "../styled-system/css";
3
-import { Button } from "./components/Button";
4
-import { Heading } from "./components/Heading";
5
-import { Text } from "./components/Text";
+import { Button } from "./components/Button/Button";
+import { Heading } from "./components/Heading/Heading";
+import { Text } from "./components/Text/Text";
6
7
function App() {
8
return (
src/components/Button/index.tsx
src/components/Heading/index.tsx
src/components/Icon/index.tsx
src/components/Text/index.tsx
0 commit comments