mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-27 07:20:18 +08:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
import Theme from 'vitepress/theme';
|
|
import './style.css';
|
|
|
|
export default Theme;
|