Skip to content

Commit ed6dfa3

Browse files
unused imports.
1 parent 20dbd69 commit ed6dfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/components/xr/panels/staging/Lighting.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { LightDetails, useLightStore } from "@/stores/lightStore";
1+
import { useLightStore } from "@/stores/lightStore";
22
import { Container, Text } from "@react-three/uikit"
33
import { Button, colors, Slider } from "@react-three/uikit-default";
44
import { Trash } from "@react-three/uikit-lucide";
55
import { useEffect } from "react";
66
import { useState } from "react";
77

88
export const Lighting = () => {
9-
const { selectedLightId, lightDetails } = useLightStore();
9+
const { selectedLightId } = useLightStore();
1010

1111
const [lightID, setLightID] = useState<string | null>(null);
1212

0 commit comments

Comments
 (0)