Rest of the pages
This commit is contained in:
13
pages/safety.tsx
Normal file
13
pages/safety.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
|
||||
const Safety = () => {
|
||||
return (
|
||||
<section className='page'>
|
||||
<h1>Turvallisuus</h1>
|
||||
|
||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default Safety;
|
||||
Reference in New Issue
Block a user