aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-create-react-app/packages/ui/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-create-react-app/packages/ui/src/index.tsx')
-rw-r--r--examples/with-create-react-app/packages/ui/src/index.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/with-create-react-app/packages/ui/src/index.tsx b/examples/with-create-react-app/packages/ui/src/index.tsx
new file mode 100644
index 0000000..c7aa624
--- /dev/null
+++ b/examples/with-create-react-app/packages/ui/src/index.tsx
@@ -0,0 +1,4 @@
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
+import * as React from "react";
+
+export * from "./Link";