Skip to content

Commit

Permalink
abc323_f
Browse files Browse the repository at this point in the history
  • Loading branch information
ia7ck committed Mar 12, 2024
1 parent 469863c commit fea6e18
Show file tree
Hide file tree
Showing 2 changed files with 567 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/abc323_f/layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { Metadata } from "next";

export const metadata: Metadata = {
title: "ABC323 F Visualizer",
};

export default function Layout({ children }: { children: React.ReactNode }) {
return <>{children}</>;
}
Loading

0 comments on commit fea6e18

Please sign in to comment.