Move Footer to components

It didn't make sense to put it there anyway

Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
This commit is contained in:
Ayane Satomi 2023-10-21 11:55:25 +00:00
parent 4eb0e8fb32
commit 5b9a559b51
3 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ import * as $0 from "./routes/_404.tsx";
import * as $1 from "./routes/_app.tsx";
import * as $2 from "./routes/index.tsx";
import * as $$0 from "./islands/CounterCard.tsx";
import * as $$1 from "./islands/Footer.tsx";
import * as $$1 from "./components/Footer.tsx";
const manifest = {
routes: {

View file

@ -1,5 +1,5 @@
import { AppProps } from "$fresh/server.ts";
import Footer from "../islands/Footer.tsx";
import Footer from "../components/Footer.tsx";
export default function App({ Component }: AppProps) {
return (