Skip to content

Commit

Permalink
feat: wip visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjansenrpm committed Aug 1, 2024
1 parent 2baa47f commit 35f04de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/App.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createBrowserRouter, RouterProvider } from 'react-router-dom';
import { Avatar, CAMERA } from 'src/components/Avatar';

import { Sparkles, StatsGl } from '@react-three/drei';
import { EnvironmentModel } from 'src/library';
import { EnvironmentModel } from 'src/components/Models';
import styles from './App.module.scss';

const AvatarDevelop: React.FC = () => (
Expand Down

0 comments on commit 35f04de

Please sign in to comment.