Skip to content

Commit

Permalink
fix: 🐛 fixed import
Browse files Browse the repository at this point in the history
fixed import

Ref: #24
  • Loading branch information
Swrnv-qc committed Mar 1, 2024
1 parent 3124dc0 commit 0148629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/DefaultModuleStyles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// eslint-disable-next-line import/no-unresolved
import { DefaultCoreStyles, IMPORTANT } from "@wrappid/core";
import { DefaultCoreStyles } from "@wrappid/core";
import { IMPORTANT } from "@wrappid/styles";

export default class DefaultModuleStyles extends DefaultCoreStyles {
constructor() {
Expand Down

0 comments on commit 0148629

Please sign in to comment.