素材管理(#99) (#303)

#99

#99

#99

#99

#99

#99

#99

#99

#99

#99

Co-authored-by: miteruzo <miteruzo@naver.com>
Reviewed-on: #303
このコミットはPull リクエスト #303 でマージされました.
このコミットが含まれているのは:
2026-04-07 07:44:50 +09:00
コミット 7b15cb2c5a
33個のファイルの変更1742行の追加192行の削除
+12
ファイルの表示
@@ -0,0 +1,12 @@
import { Outlet } from 'react-router-dom'
import MaterialSidebar from '@/components/MaterialSidebar'
import type { FC } from 'react'
export default (() => (
<div className="md:flex md:flex-1 md:h-[calc(100dvh-88px)]">
<MaterialSidebar/>
<Outlet/>
</div>)) satisfies FC