Skip to content

Commit

Permalink
Remove css dependency from lib (#510)
Browse files Browse the repository at this point in the history
* Remove css dependency from lib

---------

Co-authored-by: Natalia Smirnova
  • Loading branch information
NataliaDSmirnova committed Feb 14, 2024
1 parent 3bdc6a3 commit 31e0e41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/app/src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import React from 'react';
import Menu from '../containers/MenuContainer';
import Viewer from '../containers/MiewViewerContainer';
import './App.scss';
// Need to fix this because the demo will be removed. We should not depend on anything there.
// eslint-disable-next-line import/no-relative-packages
import '../../../lib/demo/styles/main.scss';

export default class App extends React.Component {
constructor(props) {
Expand Down

0 comments on commit 31e0e41

Please sign in to comment.