aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-tailwind/packages/ui/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwind/packages/ui/src/index.tsx')
-rw-r--r--examples/with-tailwind/packages/ui/src/index.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/with-tailwind/packages/ui/src/index.tsx b/examples/with-tailwind/packages/ui/src/index.tsx
deleted file mode 100644
index 8af7073..0000000
--- a/examples/with-tailwind/packages/ui/src/index.tsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// styles
-import "./styles.css";
-
-// components
-export * from "./Button";
-export * from "./Card";