mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-03 19:39:23 +01:00
64019f8ecf
- during the dts transformation, the css import was not recognized, hence marking it as external in the dts transform didn't throw the error - "extract: true" in postcss plugin makes sure it gets extracted to the final bundle as well Signed-off-by: Anik Das <anikdas0811@gmail.com>
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import { DocExplorer } from './components/DocExplorer';
|
|
|
|
import './index.css';
|
|
|
|
export { DocExplorer };
|