import React, { useState } from 'react'; import { FiExternalLink } from 'react-icons/fi'; import shared from '../styles/Shared.module.scss'; import styles from '../styles/Program.module.scss'; import { CSSTransition } from 'react-transition-group'; import { BiChevronDown, BiChevronLeft } from 'react-icons/bi'; interface DayToggles { wed: boolean; thu: boolean; fri: boolean; sat: boolean; } const Program = () => { return (
{/*

Ohjelma

*/}

Torstai 12.6. klo 18-21 Palva

Cafe Laituri

Ohjelma täydentyy...

Perjantai 13.6. klo 18-21 Velkuanmaa

Saaristohotelli Vaihela

Ohjelma täydentyy...

Lauantai 14.6. klo 15-20 Teersalo

Sinervon talo

Ohjelma täydentyy...
Lisätietoja tulossa myöhemmin...
); }; export default Program;