From 020ce327794089995f6b4511cfca1e949a7eab03 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sat, 19 Jun 2021 18:30:32 -0700 Subject: color looper i'll probably get rid of Former-commit-id: 5015c6a96964c23154509bc26633c18ce36aa9ff --- demos/simple-react/pages/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 demos/simple-react/pages/index.tsx (limited to 'demos/simple-react/pages/index.tsx') diff --git a/demos/simple-react/pages/index.tsx b/demos/simple-react/pages/index.tsx new file mode 100644 index 000000000..b3566cdf6 --- /dev/null +++ b/demos/simple-react/pages/index.tsx @@ -0,0 +1,9 @@ +import { Main } from "../src/main"; + +export function getInitialProps() { + return {}; +} + +export default function IndexRoute() { + return
; +} -- cgit v1.2.3