mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-07-27 07:31:33 +00:00
fix: correct component syntax and formatting in layout and header files
This commit is contained in:
@@ -2,9 +2,7 @@ import Image from "next/image";
|
||||
import { NextPage } from "next";
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<p>hello</p>
|
||||
);
|
||||
}
|
||||
return <p>hello</p>;
|
||||
};
|
||||
|
||||
export default Home;
|
||||
export default Home;
|
||||
|
||||
Reference in New Issue
Block a user