aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-npm/apps/web/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-npm/apps/web/pages/index.tsx')
-rw-r--r--examples/with-npm/apps/web/pages/index.tsx10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/with-npm/apps/web/pages/index.tsx b/examples/with-npm/apps/web/pages/index.tsx
deleted file mode 100644
index 6ec0887..0000000
--- a/examples/with-npm/apps/web/pages/index.tsx
+++ /dev/null
@@ -1,10 +0,0 @@
-import { Button } from "ui";
-
-export default function Web() {
- return (
- <div>
- <h1>Web</h1>
- <Button />
- </div>
- );
-}