diff --git a/src/Main.tsx b/src/Main.tsx index 8ce6d85..a4fce0e 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -8,11 +8,11 @@ import App from './App'; import './global.css'; ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( - - - - - - - + // + + + + + + // ); diff --git a/src/domain/_common/components/Checkbox.tsx b/src/domain/_common/components/Checkbox.tsx index e5d5a77..6e50806 100644 --- a/src/domain/_common/components/Checkbox.tsx +++ b/src/domain/_common/components/Checkbox.tsx @@ -40,7 +40,7 @@ export function Checkbox({ type, control }: CheckboxProps) { return ( + + + + + ); +} diff --git a/src/routers/PhotoRouters.tsx b/src/routers/PhotoRouters.tsx index 0177a74..270d210 100644 --- a/src/routers/PhotoRouters.tsx +++ b/src/routers/PhotoRouters.tsx @@ -2,12 +2,14 @@ import { Route, Routes } from 'react-router-dom'; import PhotoList from '@/domain/photo/PhotoList'; import RegisterPhoto from '@/domain/photo/RegisterPhoto'; +import UploadPhoto from '@/domain/photo/UploadPhoto'; function PhotoRouters() { return ( } /> } /> + } /> ); } diff --git a/tailwind.config.ts b/tailwind.config.ts index 76a3e63..538a2d9 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -4,6 +4,9 @@ module.exports = { content: ['./src/**/*.{js,ts,jsx,tsx}'], theme: { extend: { + heights: { + 'small-h-screen': '100svh', + }, colors: { black: { DEFAULT: '#000000',