manage model

This commit is contained in:
n4ze3m
2024-02-18 13:23:47 +05:30
parent d763c286c1
commit ecbff6093b
10 changed files with 392 additions and 40 deletions

View File

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