fix: updated theme imports
parent
32a6c921c2
commit
d0bd983ee3
@ -0,0 +1,6 @@
|
|||||||
|
import classicLight from './classicLight';
|
||||||
|
import classicDark from './classicDark';
|
||||||
|
import oceanLight from './oceanLight';
|
||||||
|
import oceanDark from './oceanDark';
|
||||||
|
|
||||||
|
export { classicLight, classicDark, oceanLight, oceanDark };
|
Loading…
Reference in New Issue