Skip to content

Commit fb4bae6

Browse files
committed
Merge branch 'dev' of github.com:sparkoo/csgo-2d-demo-viewer into dev
2 parents 836f4ec + ccfd522 commit fb4bae6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web/index/src/Uploader/Uploader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { React } from 'react';
22
import './Uploader.css';
33
import { FileUpload } from 'primereact/fileupload';
4+
import { ProgressBar } from 'primereact/progressbar';
45

56
const Uploader = (props) => {
67
// const [serverHost] = useState(window.location.host.includes("localhost") ? "http://localhost:8080" : "")

web/index/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import './index.css';
44
import App from './App';
55
import reportWebVitals from './reportWebVitals';
66
import { PrimeReactProvider } from "primereact/api";
7+
import "primereact/resources/themes/lara-light-cyan/theme.css";
78

89
const root = ReactDOM.createRoot(document.getElementById('root'));
910
root.render(

0 commit comments

Comments
 (0)