fix(material-theme): fix build after rebasing with master

This commit is contained in:
d.strigo 2023-10-25 23:36:53 +02:00
parent d351a772c3
commit cec13a0bb2

View file

@ -1,7 +1,7 @@
// @nebular theming framework // @nebular theming framework
@import '~@nebular/theme/styles/theming'; @import '@nebular/theme/styles/theming';
// @nebular out of the box themes // @nebular out of the box themes
@import '~@nebular/theme/styles/themes'; @import '@nebular/theme/styles/themes';
// material themes // material themes
@import './material/material-dark'; @import './material/material-dark';
@import './material/material-light'; @import './material/material-light';