Fix prettier formatting drift
This commit is contained in:
@@ -9,7 +9,9 @@ interface PageContainerProps {
|
||||
|
||||
export function PageContainer({ children, className }: PageContainerProps): JSX.Element {
|
||||
return (
|
||||
<View className={twMerge("w-full self-center px-4 md:px-8 lg:max-w-[1320px] lg:px-12", className)}>
|
||||
<View
|
||||
className={twMerge("w-full self-center px-4 md:px-8 lg:max-w-[1320px] lg:px-12", className)}
|
||||
>
|
||||
{children}
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user