moved assets folder

This commit is contained in:
Silas Bartha 2025-02-12 00:11:03 -05:00
parent bc79fa8ea0
commit 68e8abc446
6 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1 @@
FLASK_APP=api.py
FLASK_ENV=development

Binary file not shown.

View File

@ -6,8 +6,7 @@ import { Html } from '@react-three/drei';
import { AppContext } from '../App';
import Color from 'color';
import { Vector3 } from 'three';
import messageBubbleModelURL from '../../assets/message-bubble.glb?url';
import { meta } from '@eslint/js';
import messageBubbleModelURL from '../assets/message-bubble.glb?url';
export default function ChatBubble({ id, position, text }) {
const meshRef = useRef();

View File

@ -1,5 +1,5 @@
import { useRef } from 'react';
import terrainModelURL from '../../assets/terrain.glb?url'
import terrainModelURL from '../assets/terrain.glb?url'
import * as everforest from '../_everforest.module.scss'
import { RigidBody } from '@react-three/rapier';
import { useGLTF } from '@react-three/drei';