feat(energy): add module shell, register in nav

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-04-28 11:15:55 +08:00
parent deb2f2d5da
commit 09b9862f1f
6 changed files with 83 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
export default function HydrogenView() {
return (
<div className="bg-white rounded-2xl border border-slate-100 shadow-sm p-6 text-center text-slate-400 text-sm">
Task 3-5
</div>
);
}