diff options
Diffstat (limited to 'examples/with-yarn/apps/docs/pages/index.tsx')
| -rw-r--r-- | examples/with-yarn/apps/docs/pages/index.tsx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/with-yarn/apps/docs/pages/index.tsx b/examples/with-yarn/apps/docs/pages/index.tsx deleted file mode 100644 index 0d1dabc..0000000 --- a/examples/with-yarn/apps/docs/pages/index.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import { Button } from "ui"; - -export default function Docs() { - return ( - <div> - <h1>Docs</h1> - <Button /> - </div> - ); -} |
