Skip to content

Commit

Permalink
test-app: Import jsorolla-ui in testing app #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 25, 2024
1 parent c63dbd1 commit 11bac29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sites/test-app/test-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
import {html, LitElement, nothing} from "lit";

// import jsorolla styles
import "../../../styles/css/global.css";
import "../../../styles/jsorolla-ui.scss";
// import "../../../styles/css/global.css";
import "../../genome-browser/css/genome-browser.css";
import "../../core/visualisation/viz-styles.css";

Expand Down

0 comments on commit 11bac29

Please sign in to comment.