chore: Refactor route components for better organization and consistency

This commit is contained in:
n4ze3m
2024-05-13 12:44:44 +05:30
parent 79f31460f1
commit e6cf76d270
13 changed files with 123 additions and 36 deletions

View File

@@ -2,7 +2,7 @@ import { SettingsLayout } from "~/components/Layouts/SettingsOptionLayout"
import OptionLayout from "~/components/Layouts/Layout"
import { ModelsBody } from "~/components/Option/Models"
export const OptionModal = () => {
const OptionModal = () => {
return (
<OptionLayout>
<SettingsLayout>
@@ -11,3 +11,5 @@ export const OptionModal = () => {
</OptionLayout>
)
}
export default OptionModal