This commit is contained in:
2024-05-25 12:24:45 +03:00
parent 8f57fc8456
commit c9be2af52e
7 changed files with 152 additions and 55 deletions

View File

@@ -6,7 +6,7 @@ import styles from '../styles/Index.module.scss';
import Lead from './components/Lead';
import Collaboration from './components/Collaboration';
import Workshops from './workshops';
import Archive from './archive';
import Archive from './arkisto';
// import Workshops from './workshops';
const Home: NextPage = () => {