Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
johnb8005 authored Apr 15, 2024
1 parent 1a81795 commit d5e136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Footer from "./footer";
import Header from "./header";

function Layout({ children }: { children: any }) {
function Layout({ children }: { children: React.ReactNode }) {
return (
<div className="d-flex flex-column min-vh-100">
<Header />
Expand Down

0 comments on commit d5e136d

Please sign in to comment.