Changing Layout and adding new things (input, routes etc.)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Image from "next/image";
|
||||
"use client"
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<></>
|
||||
);
|
||||
}
|
||||
export default function Home(){
|
||||
return(
|
||||
<></>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user