fix(ui) - css
This commit is contained in:
parent
93a9b10266
commit
53309dfac5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import React from 'react'
|
||||
import stl from './Bar.module.css'
|
||||
import stl from './bar.module.css'
|
||||
|
||||
const Bar = ({ className = '', width = 0, avg, domain, color }) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue