diff --git a/ui/sphere/src/model/model.component.tsx b/ui/sphere/src/model/model.component.tsx index a349356f..4788d3a9 100644 --- a/ui/sphere/src/model/model.component.tsx +++ b/ui/sphere/src/model/model.component.tsx @@ -1,16 +1,16 @@ -import { useAnimations } from '@react-three/drei' -import { useGLTF } from '@react-three/drei' +import { useAnimations } from '@react-three/drei' +import { useGLTF } from '@react-three/drei' -import React from 'react' -import { FC } from 'react' -import { Group } from 'three' -import { useEffect } from 'react' -import { useRef } from 'react' -import { CDN_SPHERE_PATH } from '../sphere.constants' +import React from 'react' +import { FC } from 'react' +import { Group } from 'three' +import { useEffect } from 'react' +import { useRef } from 'react' -import { GLTFResult } from './model.interfaces' -import { GLTFAction } from './model.interfaces' -import { ModelProps } from './model.interfaces' +import { CDN_SPHERE_PATH } from '../sphere.constants' +import { GLTFResult } from './model.interfaces' +import { GLTFAction } from './model.interfaces' +import { ModelProps } from './model.interfaces' export const Model: FC = (props) => { const group = useRef(null) diff --git a/ui/sphere/src/sphere.constants.ts b/ui/sphere/src/sphere.constants.ts index 6b710da4..fe92975a 100644 --- a/ui/sphere/src/sphere.constants.ts +++ b/ui/sphere/src/sphere.constants.ts @@ -1 +1 @@ -export const CDN_SPHERE_PATH = 'https://cdn.dream-team.tech/sphere.gltf' +export const CDN_SPHERE_PATH = 'http://cdn.dream-team.tech/sphere.gltf'