diff --git a/src/assets/icon/drop_folder.svg b/src/assets/icon/drop_folder.svg new file mode 100644 index 0000000..d81d42e --- /dev/null +++ b/src/assets/icon/drop_folder.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/pages/home/Home.tsx b/src/pages/home/Home.tsx index ebc4dc0..ffbeeca 100644 --- a/src/pages/home/Home.tsx +++ b/src/pages/home/Home.tsx @@ -1,7 +1,11 @@ import { Body } from '@/shared'; +import { Nav } from '@/shared/components/Nav'; export const Home = () => ( - -

home

- + <> +