Skip to content

Commit b4866c0

Browse files
committed
is it fixed
1 parent d6940cc commit b4866c0

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

fresh.gen.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import * as $_404 from "./routes/_404.tsx";
66
import * as $_app from "./routes/_app.tsx";
7-
import * as $api_hiccup from "./routes/api/hiccup.ts";
87
import * as $api_json from "./routes/api/json.ts";
98
import * as $index from "./routes/index.tsx";
109
import * as $partials_live from "./routes/partials/live.tsx";
@@ -20,7 +19,6 @@ const manifest = {
2019
routes: {
2120
"./routes/_404.tsx": $_404,
2221
"./routes/_app.tsx": $_app,
23-
"./routes/api/hiccup.ts": $api_hiccup,
2422
"./routes/api/json.ts": $api_json,
2523
"./routes/index.tsx": $index,
2624
"./routes/partials/live.tsx": $partials_live,

islands/Hiccups.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
//const kv = await Deno.openKv();
2-
//kv.set(["hiccups", "alltime"], "1");
3-
//const hiccups = await kv.get(["hiccups", "alltime"]);
41
export default function Hiccup() {
5-
/*let globalhic = "";
6-
if (hiccups != undefined) {
7-
globalhic = "Global Hiccup counter: " + hiccups.value;
8-
}
9-
console.log(hiccups)*/
102
return (
113
<div class="flex flex-col items-center">
124
<p>26</p>

routes/api/hiccup.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)