Skip to content
Snippets Groups Projects

feature(accordion): Added accordion components to the project

Merged Tadeusz Miesiąc requested to merge feature/MIN-74-accordion-component into development
3 unresolved threads
17 files
+ 116
29
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 1
0
import { AppWrapper } from '@/components/AppWrapper';
import type { AppProps } from 'next/app';
import '@/styles/index.css';
const MyApp = ({ Component, pageProps }: AppProps): JSX.Element => (
<AppWrapper>
Loading