[init] initlialize next app & convert old react app

This commit is contained in:
Janis
2022-12-16 17:13:47 +01:00
parent 95d8b832e9
commit e439aad1db
42 changed files with 10568 additions and 5279 deletions

9
pages/privacy.jsx Normal file
View File

@@ -0,0 +1,9 @@
import styles from "../styles/Privacy.module.scss";
export default function Privacy() {
return (
<div className={styles.privacy}>
<h1>Privacy</h1>
</div>
);
}