import React from 'react'; import shared from '../styles/Shared.module.scss'; const Info = () => { return (

Info

Lisätietoja tulossa myöhemmin!
); }; export default Info;