mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Apply prettier over all files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import "@assets/global.css";
|
||||
import React from "react";
|
||||
import { UIProvider } from "@components/ui/context";
|
||||
import '@assets/global.css'
|
||||
import React from 'react'
|
||||
import { UIProvider } from '@components/ui/context'
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
@@ -9,5 +9,5 @@ export default function MyApp({ Component, pageProps }) {
|
||||
<Component {...pageProps} />
|
||||
</UIProvider>
|
||||
</>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user