-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from include-davis/feat/simplify-codebase
Got rid of server actions
- Loading branch information
Showing
11 changed files
with
1 addition
and
183 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
import Image from 'next/image'; | ||
|
||
import styles from './Hero.module.scss'; | ||
|
||
export default function Hero() { | ||
return ( | ||
<div className={styles.container}> | ||
<div className={styles.img_container}> | ||
<Image | ||
src="/index/city.jpg" | ||
alt="serene forest scene in the night" | ||
fill | ||
style={{ objectFit: 'cover', opacity: '0.6' }} | ||
/> | ||
</div> | ||
<div className={styles.welcome}> | ||
<h1>ESTORE DEMO</h1> | ||
</div> | ||
</div> | ||
); | ||
return <div className={styles.container}></div>; | ||
} |
18 changes: 0 additions & 18 deletions
18
app/(pages)/users/_components/CreateUsersForm/CreateUsersForm.module.scss
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
app/(pages)/users/_components/CreateUsersForm/CreateUsersForm.tsx
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
app/(pages)/users/_components/UserCard/UserCard.module.scss
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
app/(pages)/users/_components/UsersList/UsersList.module.scss
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.