Skip to content

Commit

Permalink
[#29] Move rc-slider css to App
Browse files Browse the repository at this point in the history
  • Loading branch information
manh-t committed Aug 31, 2023
1 parent 1e23865 commit e51ddcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useRoutes } from 'react-router-dom';

import 'dummy.scss';
import 'assets/stylesheets/application.scss';
import 'rc-slider/assets/index.css';

import routes from './routes';

Expand Down
1 change: 0 additions & 1 deletion src/components/AppSlider/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';

import Slider from 'rc-slider';
import 'rc-slider/assets/index.css';

export const appSliderDataTestIds = {
base: 'app-slider__base',
Expand Down

0 comments on commit e51ddcc

Please sign in to comment.