このコミットが含まれているのは:
2026-05-11 03:32:47 +09:00
コミット add60cb413
72個のファイルの変更1659行の追加247行の削除
+4 -2
ファイルの表示
@@ -11,7 +11,7 @@ import type { FC } from 'react'
import type { User } from '@/types'
export default (() => {
const MorePage: FC = () => {
const menu = menuOutline (
{ tag: null, wikiId: null, user: { } as User, pathName: location.pathname })
@@ -43,4 +43,6 @@ export default (() => {
</section>))}
</div>))}
</MainArea>)
}) satisfies FC
}
export default MorePage