cc1ccff
1
2
3
4
5
6
import "../styles/LoadingBar.css"; export default function LoadingBar() { return <div className="loading-bar" />; }