Update Archive page
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import React from 'react';
|
||||
import shared from '../styles/Shared.module.scss';
|
||||
import styles from '../styles/Archive.module.scss';
|
||||
|
||||
const Archive = () => {
|
||||
return (
|
||||
<section className={shared.page}>
|
||||
<section className={shared.page + ' ' + styles.archivePage}>
|
||||
<h1>Arkisto</h1>
|
||||
|
||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||
|
||||
Reference in New Issue
Block a user