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.
2 parents e5065f9 + a207ebc commit da1f9a1Copy full SHA for da1f9a1
β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