moved kamaitachi export to chunithm tabs

This commit is contained in:
Polaris
2024-09-02 07:54:42 -04:00
parent 0eabaef4d1
commit 6e22d8c822
5 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1,10 @@
import { KamaitachiExport } from "./kamaitachiexport";
const KamaitachiSettingsPage = async () => {
return (
<div>
<KamaitachiExport />
</div>
);
};
export default KamaitachiSettingsPage;