Skip to content
Snippets Groups Projects
Verified Commit c4a764e7 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Remove toyfile dependency and fix CI dependencies

parent dc1e2a7b
No related branches found
No related tags found
1 merge request!9Draft: Resolve "Add React interface"
Pipeline #7241 failed
......@@ -27,6 +27,7 @@ jsbuild:
stage: jsbuild
when: manual
image: node:12
allowed_failure: false
script:
- cd uhepp-js
......
......@@ -7,7 +7,6 @@ import 'bootstrap'
import Header from './components/Header.jsx';
import Graph from './components/Graph.jsx';
import About from './components/About.jsx';
import toy_data from './SR_VBF_lh_mmc.json';
import React from "react";
import ReactDOM from "react-dom";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment