mirror of
https://github.com/usebruno/bruno.git
synced 2025-04-27 09:58:20 +02:00
9 lines
134 B
TypeScript
9 lines
134 B
TypeScript
import { DocExplorer } from "./components/DocExplorer";
|
|
|
|
// Todo: Rollup throws error
|
|
import './index.css';
|
|
|
|
export {
|
|
DocExplorer
|
|
}
|