Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Jul 2, 2024
1 parent 94bd51f commit 8f1e19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared_ui/dialog/dialog.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable simple-import-sort/imports */
import React from 'react';
import ReactDOM from 'react-dom';
import { CSSTransition } from 'react-transition-group';
import classNames from 'classnames';

import Text from '../text';

type TDialog = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Dialog from './dialog';

import './dialog.scss';

export default Dialog;

0 comments on commit 8f1e19e

Please sign in to comment.