Merge version_7_1777353454290 into main
Merge version_7_1777353454290 into main
This commit was merged in pull request #10.
This commit is contained in:
7
src/pages/cars/FerrariPage.tsx
Normal file
7
src/pages/cars/FerrariPage.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function FerrariPage() {
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center bg-background text-foreground">
|
||||
<h1 className="text-4xl font-bold">Ferrari Page Content</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user