feature: background and basic project structure
This commit is contained in:
parent
d123b9cd95
commit
df63ae4f4e
@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { RecoilRoot} from "recoil";
|
||||
import Homepage from "./components";
|
||||
import { RecoilRoot } from "recoil";
|
||||
import Homepage from "../components";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
|
7
components/search/search.tsx
Normal file
7
components/search/search.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
export default function Search() {
|
||||
return (
|
||||
<>
|
||||
<input id="searchBox" type="text" />
|
||||
</>
|
||||
);
|
||||
}
|
BIN
public/background/1.jpg
Normal file
BIN
public/background/1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 MiB |
BIN
public/background/5.jpg
Normal file
BIN
public/background/5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 MiB |
BIN
public/background/7.jpg
Normal file
BIN
public/background/7.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 MiB |
Loading…
Reference in New Issue
Block a user