Skip to content

Commit

Permalink
Removing css import from node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Nov 30, 2022
1 parent 2d797a6 commit 47841ef
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/components/modal/index.tsx
Expand Up @@ -2,7 +2,6 @@ import Rodal from 'rodal';
import React from 'react';

import './styles.scss';
import 'rodal/lib/rodal.css';

export interface ModalProps {
children: React.ReactNode;
Expand Down

0 comments on commit 47841ef

Please sign in to comment.