diff options
Diffstat (limited to 'examples/hello-next/components')
-rw-r--r-- | examples/hello-next/components/Title.tsx | 13 | ||||
-rw-r--r-- | examples/hello-next/components/subtitle.tsx | 4 | ||||
-rw-r--r-- | examples/hello-next/components/wow/such-path.ts | 1 |
3 files changed, 0 insertions, 18 deletions
diff --git a/examples/hello-next/components/Title.tsx b/examples/hello-next/components/Title.tsx deleted file mode 100644 index 73963663a..000000000 --- a/examples/hello-next/components/Title.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import Hey from "./subtitle"; - -export default function Title() { - return ( - <h1> - Hello <Hey></Hey> - </h1> - ); -} - -export enum TitleEnum { - wow = 1, -} diff --git a/examples/hello-next/components/subtitle.tsx b/examples/hello-next/components/subtitle.tsx deleted file mode 100644 index 1fda3db60..000000000 --- a/examples/hello-next/components/subtitle.tsx +++ /dev/null @@ -1,4 +0,0 @@ - -export default function Hey() { - return <div>!!yep</div>; -} diff --git a/examples/hello-next/components/wow/such-path.ts b/examples/hello-next/components/wow/such-path.ts deleted file mode 100644 index a21ac9ab1..000000000 --- a/examples/hello-next/components/wow/such-path.ts +++ /dev/null @@ -1 +0,0 @@ -export const yep = true; |