Workshop page
This commit is contained in:
@@ -5,6 +5,7 @@ import Info from './info';
|
||||
import styles from '../styles/Index.module.scss';
|
||||
import Lead from './components/Lead';
|
||||
import Collaboration from './components/Collaboration';
|
||||
import Workshops from './workshops';
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
@@ -13,6 +14,7 @@ const Home: NextPage = () => {
|
||||
<Lead />
|
||||
<Performers />
|
||||
<Program />
|
||||
<Workshops />
|
||||
<Info />
|
||||
<Collaboration />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user