Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
k70suK3-k06a7ash1 committed Feb 24, 2025
1 parent ba4a904 commit 7aeba0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MainContent/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { PropsWithChildren } from "react";

export const MainContent = ({ children }: PropsWithChildren) => (
<div className="flex">{children}</div>
<div className="grid grid-cols-2">{children}</div>
);

0 comments on commit 7aeba0e

Please sign in to comment.