Skip to content

Commit

Permalink
refactor: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Nov 25, 2024
1 parent 6580d69 commit 56e2011
Show file tree
Hide file tree
Showing 23 changed files with 14 additions and 828 deletions.
1 change: 0 additions & 1 deletion cypress/support/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
// cypress/support/e2e.js
import '@cypress/code-coverage/support';
import './commands';
import '../../scss/main.scss';
import './style.css';

// Alternatively you can use CommonJS syntax:
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,12 @@
"./package.json": "./package.json",
"./addons/use-notification-center": {
"types": "./addons/use-notification-center/index.d.ts",
"import": "./addons/use-notification-center/index.esm.mjs",
"import": "./addons/use-notification-center/index.mjs",
"require": "./addons/use-notification-center/index.js"
},
"./notification-center": {
"types": "./addons/use-notification-center/index.d.ts",
"import": "./addons/use-notification-center/index.mjs",
"require": "./addons/use-notification-center/index.js"
}
}
Expand Down
27 changes: 0 additions & 27 deletions scss/_closeButton.scss

This file was deleted.

10 changes: 0 additions & 10 deletions scss/_icons.scss

This file was deleted.

55 changes: 0 additions & 55 deletions scss/_progressBar.scss

This file was deleted.

57 changes: 0 additions & 57 deletions scss/_theme.scss

This file was deleted.

116 changes: 0 additions & 116 deletions scss/_toast.scss

This file was deleted.

60 changes: 0 additions & 60 deletions scss/_toastContainer.scss

This file was deleted.

Loading

0 comments on commit 56e2011

Please sign in to comment.