From 5db15b6ec7cd41cc15214f4448b064f4dd11f974 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 20 Aug 2021 13:17:57 -0700 Subject: demos -> examples Former-commit-id: 19a5d395bd41b0a0b854cdf749eb96149f91cbe1 --- demos/hello-next/components/Title.tsx | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 demos/hello-next/components/Title.tsx (limited to 'demos/hello-next/components/Title.tsx') diff --git a/demos/hello-next/components/Title.tsx b/demos/hello-next/components/Title.tsx deleted file mode 100644 index 10636164f..000000000 --- a/demos/hello-next/components/Title.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function Title() { - return

Hello

; -} -- cgit v1.2.3