moved kamaitachi export to chunithm tabs
This commit is contained in:
10
components/kamaitachi/page.tsx
Normal file
10
components/kamaitachi/page.tsx
Normal file
@ -0,0 +1,10 @@
|
||||
import { KamaitachiExport } from "./kamaitachiexport";
|
||||
|
||||
const KamaitachiSettingsPage = async () => {
|
||||
return (
|
||||
<div>
|
||||
<KamaitachiExport />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
export default KamaitachiSettingsPage;
|
Reference in New Issue
Block a user