diff --git a/src/components/dialogs/StickersDialog.jsx b/src/components/dialogs/StickersDialog.jsx index fc4fb03..5f4af87 100644 --- a/src/components/dialogs/StickersDialog.jsx +++ b/src/components/dialogs/StickersDialog.jsx @@ -2,7 +2,6 @@ import React from 'react'; import { STICKERS } from '$constants/stickers'; -import sprite from '$sprites/stickers.svg'; type Props = { setActiveSticker: Function @@ -12,14 +11,15 @@ export const StickersDialog = ({ setActiveSticker }: Props) => (