Skip to content

Commit e0d1b06

Browse files
committed
updated drei import path
1 parent 7d97a38 commit e0d1b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/A11y.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect, useRef, useState, useContext } from 'react';
22
import { useThree } from 'react-three-fiber';
3-
import { Html } from '@react-three/drei';
3+
import { Html } from '@react-three/drei/Html';
44
import useAnnounceStore from './announceStore';
55

66
interface Props {

0 commit comments

Comments
 (0)