feat: add in prettier and format code for consistency (#168)
This commit is contained in:
+6
-6
@@ -1,9 +1,9 @@
|
||||
import "@/styles/globals.css";
|
||||
import { appWithTranslation } from "next-i18next";
|
||||
import type { AppProps } from "next/app";
|
||||
import { Inter } from "next/font/google";
|
||||
import '@/styles/globals.css';
|
||||
import { appWithTranslation } from 'next-i18next';
|
||||
import type { AppProps } from 'next/app';
|
||||
import { Inter } from 'next/font/google';
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
|
||||
function App({ Component, pageProps }: AppProps<{}>) {
|
||||
return (
|
||||
@@ -13,4 +13,4 @@ function App({ Component, pageProps }: AppProps<{}>) {
|
||||
);
|
||||
}
|
||||
|
||||
export default appWithTranslation(App);
|
||||
export default appWithTranslation(App);
|
||||
|
||||
Reference in New Issue
Block a user