Skip to content

Commit

Permalink
style: cleaning source control
Browse files Browse the repository at this point in the history
  • Loading branch information
Junialdy committed Jul 13, 2024
1 parent 7f46be8 commit d633748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/app/kontak/kontak.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.container {
height: 70vh;
}
3 changes: 2 additions & 1 deletion src/app/kontak/page.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import Slider from "@/components/slider/Slider";
import styles from "./kontak.module.css";

const KontakPage = () => {
return (
<div>
<div className={styles.container}>
<h1>KontakPage</h1>
<hr />
{/* <Slider /> */}
Expand Down

0 comments on commit d633748

Please sign in to comment.