Files
runosaari/pages/performers.tsx
2022-06-07 02:07:04 +03:00

14 lines
222 B
TypeScript

import React from 'react';
const Performers = () => {
return (
<section className='page'>
<h1>Esiintyjät</h1>
<i>Lisätietoja tulossa myöhemmin!</i>
</section>
);
};
export default Performers;