Skip to content

Commit

Permalink
🏗️ move reset style to style folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustLucas committed Jan 14, 2024
1 parent 9eb61d3 commit b3a7e55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import "remixicon/fonts/remixicon.css";

import React from "react";
import GlobalStyle from "@components/GlobalStyle";
import { GlobalThemeProvider } from "@contexts/GlobalTheme";
import { AppLayout } from "@layouts/AppLayout";
import GlobalStyle from "@styles/GlobalStyle";
import type { AppProps } from "next/app";
import Head from "next/head";

Expand Down
File renamed without changes.

0 comments on commit b3a7e55

Please sign in to comment.