Remove unused imports
This commit is contained in:
parent
5ac952787f
commit
d44b5aff13
@ -1,8 +1,5 @@
|
|||||||
import { Elysia } from "elysia";
|
import { Elysia } from "elysia";
|
||||||
import { Index, selectPage } from "./frontend";
|
import { Index, selectPage } from "./frontend";
|
||||||
import { Home } from "./frontend/pages/home";
|
|
||||||
import { Blog } from "./frontend/pages/blog";
|
|
||||||
import { Projects } from "./frontend/pages/projects";
|
|
||||||
|
|
||||||
export const app = new Elysia()
|
export const app = new Elysia()
|
||||||
.get("/", (context) => isHTMXResponse( context, "/"))
|
.get("/", (context) => isHTMXResponse( context, "/"))
|
||||||
|
Loading…
Reference in New Issue
Block a user