mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
chore(webui): rename
This commit is contained in:
parent
1e2ef871d7
commit
ec0586b135
25 changed files with 724 additions and 0 deletions
5
packages/webui/src/components/layout/Sidebar.tsx
Normal file
5
packages/webui/src/components/layout/Sidebar.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import type React from 'react';
|
||||
|
||||
const Sidebar: React.FC = () => <aside>Sidebar Component Placeholder</aside>;
|
||||
|
||||
export default Sidebar;
|
||||
Loading…
Add table
Add a link
Reference in a new issue