[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -3,5 +3,5 @@ export const Page = ({ children }: { children: React.ReactNode }) => {
|
||||
};
|
||||
|
||||
export const ContentContainer = ({ children }: { children: React.ReactNode }) => {
|
||||
return <main className="px-5 md:px-10 lg:px-20 xl:px-32 2xl:px-52 flex-grow">{children}</main>;
|
||||
return <main className="flex-grow px-5 md:px-10 lg:px-20 xl:px-32 2xl:px-52">{children}</main>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user