diff options
author | 2021-08-25 17:56:06 -0700 | |
---|---|---|
committer | 2021-08-25 17:56:06 -0700 | |
commit | 454160646923e98f00e53df025e324d3d2c585d0 (patch) | |
tree | 731c5243ac48077ffa1f974dcf46f3bc176792b6 /src/api/demo | |
parent | 039bf6ecdb0be85ca78045b647de01bd176823c6 (diff) | |
download | bun-454160646923e98f00e53df025e324d3d2c585d0.tar.gz bun-454160646923e98f00e53df025e324d3d2c585d0.tar.zst bun-454160646923e98f00e53df025e324d3d2c585d0.zip |
latest
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420
Diffstat (limited to 'src/api/demo')
-rw-r--r-- | src/api/demo/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/demo/pages/index.tsx b/src/api/demo/pages/index.tsx index 6f09d0d52..4d60b4084 100644 --- a/src/api/demo/pages/index.tsx +++ b/src/api/demo/pages/index.tsx @@ -1,6 +1,6 @@ import Head from "next/head"; import Image from "next/image"; -// import styles from "../styles/Home.module.css"; +import styles from "../styles/Home.module.css"; import "../lib/api.ts"; export default function Home() { |