import { Characters } from "./Section/Characters"; import { Contacts } from "./Section/Contacts"; import { Intro } from "./Section/Intro"; import { Photos } from "./Section/Photos"; import { Projects } from "./Section/Projects"; import { Socials } from "./Section/Socials"; export default function Home() { return (
); }