Skip to content

Commit

Permalink
Remove Header component from template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed May 10, 2024
1 parent d16d097 commit c2506bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
9 changes: 0 additions & 9 deletions app/components/header.test.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions app/components/header.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
isRouteErrorResponse,
useRouteError,
} from "@remix-run/react";
import { Header } from "./components/header";
import { Atlas } from "./components/atlas.client";
import { ClientOnly } from "remix-utils/client-only";

Expand Down Expand Up @@ -45,7 +44,6 @@ export default function App() {
return (
<Document>
<StreetscapeProvider>
<Header />
<Outlet />
<ClientOnly fallback={<h2>Loading map...</h2>}>
{() => <Atlas />}
Expand Down

0 comments on commit c2506bb

Please sign in to comment.