m-ric HF Staff commited on
Commit
0070ea2
·
verified ·
1 Parent(s): 4bccbd5

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +1 -1
frontend/src/App.js CHANGED
@@ -1,6 +1,6 @@
1
  import React, { useState, useEffect } from 'react';
2
  import _ from 'lodash';
3
- import './styles.css';
4
 
5
  const ScoreBar = ({ score }) => {
6
  const percentage = score <= 1 ? score * 100 : score;
 
1
  import React, { useState, useEffect } from 'react';
2
  import _ from 'lodash';
3
+ import './App.css';
4
 
5
  const ScoreBar = ({ score }) => {
6
  const percentage = score <= 1 ? score * 100 : score;