Skip to content

Commit

Permalink
drop app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Jan 17, 2024
1 parent 6298707 commit ada21e2
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file removed app/android-chrome-192x192.png
Binary file not shown.
Binary file removed app/android-chrome-512x512.png
Binary file not shown.
Binary file removed app/apple-touch-icon.png
Binary file not shown.
Binary file removed app/favicon-16x16.png
Binary file not shown.
Binary file removed app/favicon-32x32.png
Binary file not shown.
Binary file removed app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { NextSEO } from "../SEO/NextSEO";
import Head from "next/head";

import "../styles/globals.css";
import "../public/styles/globals.css";

const queryClient = new QueryClient();

Expand Down

0 comments on commit ada21e2

Please sign in to comment.