chore(webui): rename

This commit is contained in:
yiliang114 2026-01-14 23:27:56 +08:00
parent 1e2ef871d7
commit ec0586b135
25 changed files with 724 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import type React from 'react';
const Sidebar: React.FC = () => <aside>Sidebar Component Placeholder</aside>;
export default Sidebar;