Update dependencies and fix import paths
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import { SettingsLayout } from "~/components/Layouts/SettingsOptionLayout"
|
||||
import OptionLayout from "~/components/Layouts/Layout"
|
||||
import { KnowledgeSettings } from "@/components/Option/Knowledge"
|
||||
|
||||
export const OptionKnowledgeBase = () => {
|
||||
return (
|
||||
<OptionLayout>
|
||||
<SettingsLayout>
|
||||
hey
|
||||
<KnowledgeSettings />
|
||||
</SettingsLayout>
|
||||
</OptionLayout>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user