aboutsummaryrefslogtreecommitdiffstats
path: root/pages/_app.tsx
blob: 27c48fc65850a23aaf35031b76d1e0defa37d1b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import "../styles/tailwind.css";
import "../styles/player.css";

function MyApp({ Component, pageProps }) {
  return (
      <Component {...pageProps} />
  );
}

export default MyApp;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage