aboutsummaryrefslogtreecommitdiff
path: root/src/api/demo/pages/index.tsx
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-01 20:49:49 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-01 20:49:49 -0700
commitee6643ce8b8b3ac32d5ba71d2617b38bb03379af (patch)
tree728dd42e5c3bfb7272465610326868113f945a88 /src/api/demo/pages/index.tsx
parent38f1eb07012eaf0e09400ba06d06fe15007a9022 (diff)
downloadbun-ee6643ce8b8b3ac32d5ba71d2617b38bb03379af.tar.gz
bun-ee6643ce8b8b3ac32d5ba71d2617b38bb03379af.tar.zst
bun-ee6643ce8b8b3ac32d5ba71d2617b38bb03379af.zip
wip
Former-commit-id: a6bc130918f63bfbeac220f4e1fa55f08197e1c1
Diffstat (limited to 'src/api/demo/pages/index.tsx')
-rw-r--r--src/api/demo/pages/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/demo/pages/index.tsx b/src/api/demo/pages/index.tsx
index 9523fbc8b..4d60b4084 100644
--- a/src/api/demo/pages/index.tsx
+++ b/src/api/demo/pages/index.tsx
@@ -1,7 +1,8 @@
import Head from "next/head";
import Image from "next/image";
import styles from "../styles/Home.module.css";
-// import "../lib/api.ts";
+import "../lib/api.ts";
+
export default function Home() {
return (
<div className={styles.container}>