Remove unused dependencies and update routing
This commit is contained in:
9
src/routes/option-model.tsx
Normal file
9
src/routes/option-model.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import OptionLayout from "~components/Option/Layout"
|
||||
|
||||
export const OptionModal = () => {
|
||||
return (
|
||||
<OptionLayout>
|
||||
yo
|
||||
</OptionLayout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user