Collaboration section

This commit is contained in:
2022-07-07 22:49:07 +03:00
parent a9db8fb236
commit ea23ee1f0d
3 changed files with 37 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import Program from './program';
import Info from './info';
import styles from '../styles/Index.module.scss';
import Lead from './components/Lead';
import Collaboration from './components/Collaboration';
const Home: NextPage = () => {
return (
@@ -13,6 +14,7 @@ const Home: NextPage = () => {
<Performers />
<Program />
<Info />
<Collaboration />
</div>
);
};