Skip to content

Commit cb7c94f

Browse files
authored
fix(demo): bootstrap (#236)
1 parent bcaf22c commit cb7c94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/bootstrap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'bootstrap/dist/css/bootstrap.css';
22
import * as React from 'react';
33
import Dialog from 'rc-dialog';
4-
import '../../assets/index.less';
4+
import '../../assets/bootstrap.less';
55

66
// Check for memo update should work
77
const InnerRender = () => {

0 commit comments

Comments
 (0)