Skip to content

Commit

Permalink
fix: rest layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Erindcl committed Mar 9, 2021
1 parent 46d53da commit 4b4b63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/template/Layout/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import '../../static/iconfont/iconfont.css';
// import '../../dt-theme/index.less';

import '../../dt-theme/default/index.less';
// import '../../dt-theme/dark/index.less';
import '../../dt-theme/dark/index.less';

if (typeof window !== 'undefined' && navigator.serviceWorker) {
navigator.serviceWorker.getRegistrations().then(registrations => {
Expand Down

0 comments on commit 4b4b63b

Please sign in to comment.