mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
import type React from 'react';
|
|
|
|
const Sidebar: React.FC = () => <aside>Sidebar Component Placeholder</aside>;
|
|
|
|
export default Sidebar;
|