Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Mar 19, 2023
1 parent 3669698 commit c720988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TextureAssetTask } from '@babylonjs/core'
import { Color3, Color4 } from '@babylonjs/core/Maths/math.color'
import { Vector3 } from '@babylonjs/core/Maths/math.vector'
import '@babylonjs/core/Loading/loadingScreen'
import { FC, Suspense, useState } from 'react'
import React, { FC, Suspense, useState } from 'react'
import { Engine, Scene, Task, TaskType, useAssetManager } from 'react-babylonjs'

const textureAssets: Task[] = [
Expand Down

0 comments on commit c720988

Please sign in to comment.