From c8062eb6972a2263b7158149ac617bfcb5c84a3c Mon Sep 17 00:00:00 2001 From: Lee-Seungje Date: Wed, 9 Aug 2023 14:37:49 +0900 Subject: [PATCH 01/16] Add sample page --- apps/client/src/app/sample/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/client/src/app/sample/page.tsx diff --git a/apps/client/src/app/sample/page.tsx b/apps/client/src/app/sample/page.tsx new file mode 100644 index 000000000..178d35bcc --- /dev/null +++ b/apps/client/src/app/sample/page.tsx @@ -0,0 +1,10 @@ +import { Footer, Header } from 'client/components'; + +export default function EX() { + return ( + <> +
+