Skip to content

Commit

Permalink
reinstalled zod,emailjs, corrected bad file path
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaroneim committed Sep 7, 2024
1 parent 3e547ce commit 6929fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Metadata } from "next";
import { Montserrat as FontSans } from "next/font/google";
import "./globals.css";
import NavBar from "../components/Navbar/page";
import NavBar from "../components/NavBar/page";
import Wrapper from "../components/Wrapper";
import Footer from "../components/Footer/page";

Expand Down

0 comments on commit 6929fb2

Please sign in to comment.