fix: duplicate sticker declaration
This commit is contained in:
@@ -79,7 +79,6 @@ export default function PreviewScreen({
|
||||
mountedRef.current = false;
|
||||
};
|
||||
}, []);
|
||||
const [selectedStickerId, setSelectedStickerId] = useState<string | null>(null);
|
||||
const [showStickerTray, setShowStickerTray] = useState<boolean>(false);
|
||||
|
||||
React.useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user