diff --git a/public/select/icon/edit.svg b/public/select/icon/edit.svg new file mode 100644 index 00000000..ae8163d2 --- /dev/null +++ b/public/select/icon/edit.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/select/icon/trash.svg b/public/select/icon/trash.svg new file mode 100644 index 00000000..b6298f53 --- /dev/null +++ b/public/select/icon/trash.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/select/star/1.svg b/public/select/star/1.svg new file mode 100644 index 00000000..d1439d63 --- /dev/null +++ b/public/select/star/1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/select/star/2.svg b/public/select/star/2.svg new file mode 100644 index 00000000..0306b41d --- /dev/null +++ b/public/select/star/2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/select/star/3.svg b/public/select/star/3.svg new file mode 100644 index 00000000..27802a03 --- /dev/null +++ b/public/select/star/3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/select/star/4.svg b/public/select/star/4.svg new file mode 100644 index 00000000..5dc8b273 --- /dev/null +++ b/public/select/star/4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/select/star/5.svg b/public/select/star/5.svg new file mode 100644 index 00000000..b29ab416 --- /dev/null +++ b/public/select/star/5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a09a51ff..5cdf108b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,9 +3,10 @@ import { Athiti } from 'next/font/google'; import localFont from 'next/font/local'; import './globals.css'; import AuthProvider from '@/context/AuthContext'; +import BaanProvider from '@/context/BaanContext'; import { Toaster } from 'react-hot-toast'; import { QueryProvider } from '@/components/queryProvider'; - +import Footer from '@/components/(main)/Footer'; export const metadata: Metadata = { title: 'RPKM', }; @@ -22,7 +23,10 @@ export default function RootLayout({ > - {children} + + {children} + +