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, 6 insertions, 0 deletions
diff --git a/examples/with-tailwind/packages/ui/src/index.tsx b/examples/with-tailwind/packages/ui/src/index.tsx
new file mode 100644
index 0000000..8af7073
--- /dev/null
+++ b/examples/with-tailwind/packages/ui/src/index.tsx
@@ -0,0 +1,6 @@
+// styles
+import "./styles.css";
+
+// components
+export * from "./Button";
+export * from "./Card";