Skip to content

Commit

Permalink
Try to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Sep 11, 2024
1 parent 1f807ec commit 886db24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Layout from "@/components/Layout";
import "@/styles/globals.css";
import { ChakraProvider } from "@chakra-ui/react";
import type { AppProps } from "next/app";
import Layout from "../components/Layout";

export default function App({ Component, pageProps }: AppProps) {
return (
Expand Down

0 comments on commit 886db24

Please sign in to comment.