Remove unused dependencies and update routing

This commit is contained in:
n4ze3m
2024-02-17 00:01:07 +05:30
parent 8e6cd7eca8
commit d763c286c1
9 changed files with 57 additions and 83 deletions

View File

@@ -0,0 +1,9 @@
import OptionLayout from "~components/Option/Layout"
export const OptionModal = () => {
return (
<OptionLayout>
yo
</OptionLayout>
)
}