5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
import { KnowledgeContent } from "./components/knowledge-content";
|
|
|
|
export default function KnowledgePage() {
|
|
return <KnowledgeContent />;
|
|
}
|