mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
e2e and component testing started
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
import Layout from "@/components/Layout";
|
||||
|
||||
export default function Home() {
|
||||
export default function About() {
|
||||
return (
|
||||
<Layout>
|
||||
<header className="grid h-[calc(100%-144px)] md:h-[calc(100%-112px)] place-items-center">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import Layout from "@/components/Layout";
|
||||
|
||||
export default function Home() {
|
||||
export default function Contact() {
|
||||
return (
|
||||
<Layout>
|
||||
<header className="grid h-[calc(100%-144px)] md:h-[calc(100%-112px)] place-items-center">
|
||||
|
||||
Reference in New Issue
Block a user