We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaf22c commit cb7c94fCopy full SHA for cb7c94f
docs/examples/bootstrap.tsx
@@ -1,7 +1,7 @@
1
import 'bootstrap/dist/css/bootstrap.css';
2
import * as React from 'react';
3
import Dialog from 'rc-dialog';
4
-import '../../assets/index.less';
+import '../../assets/bootstrap.less';
5
6
// Check for memo update should work
7
const InnerRender = () => {
0 commit comments