vendor: update dependency
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {PromogameGame} from "promogame-player";
|
||||
import {PromogamePlayer} from "promogame-player";
|
||||
|
||||
export default function MainApp() {
|
||||
const Loading = ({ progress }: { progress: number }) => {
|
||||
@@ -11,7 +11,7 @@ export default function MainApp() {
|
||||
|
||||
return (
|
||||
<div className={'flex h-dvh w-screen flex-col items-center justify-center'}>
|
||||
<PromogameGame loadingComponent={Loading} className={'h-full w-full'} apiUrl={import.meta.env.VITE_API_URL} />
|
||||
<PromogamePlayer loadingComponent={Loading} className={'h-full w-full'} apiUrl={import.meta.env.VITE_API_URL} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user