mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 15:14:06 +00:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import { DocExplorer } from './components/DocExplorer';
|
|
|
|
// Todo: Rollup throws error
|
|
import './index.css';
|
|
|
|
export { DocExplorer };
|