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/Header.tsx
Normal file
5
packages/webui/src/components/layout/Header.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import type React from 'react';
|
||||
|
||||
const Header: React.FC = () => <header>Header Component Placeholder</header>;
|
||||
|
||||
export default Header;
|
||||
Loading…
Add table
Add a link
Reference in a new issue