mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-29 12:52:12 +01:00
[init] initlialize next app & convert old react app
This commit is contained in:
9
pages/privacy.jsx
Normal file
9
pages/privacy.jsx
Normal 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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user