Skip to content

Commit

Permalink
css files moved
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayadav09 committed Jan 8, 2025
1 parent d800e6f commit 8e2b421
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 460 deletions.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"@wordpress/prettier-config"
{
"extends": "@wordpress/prettier-config"
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { HiiveAnalytics } from '@newfold-labs/js-utility-ui-analytics';
import Modal from './components/Modal';
import { ReactComponent as Help } from './icons/help-plugin-sidebar-icon.svg';
import { Analytics, LocalStorageUtils } from './utils';
import '../styles.scss';
import './styles/styles.scss';

domReady( () => {
// Run only once DOM is ready, else this won't work.
Expand Down
File renamed without changes.
Loading

0 comments on commit 8e2b421

Please sign in to comment.