Skip to content
Snippets Groups Projects
Commit d178a683 authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

feat(global styles): moved global styles to app wrapper

parent b19448f5
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!25feature(accordion): Added accordion components to the project
import { AppWrapper } from '@/components/AppWrapper'; import { AppWrapper } from '@/components/AppWrapper';
import type { AppProps } from 'next/app'; import type { AppProps } from 'next/app';
import '@/styles/index.css';
const MyApp = ({ Component, pageProps }: AppProps): JSX.Element => ( const MyApp = ({ Component, pageProps }: AppProps): JSX.Element => (
<AppWrapper> <AppWrapper>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment