diff --git a/src/modules/frame/components/Sticker.tsx b/src/modules/frame/components/Sticker.tsx index 7b2bd45..7f1d3b1 100644 --- a/src/modules/frame/components/Sticker.tsx +++ b/src/modules/frame/components/Sticker.tsx @@ -1,4 +1,5 @@ import { STICKER_TEXT } from "../../../environment"; +import "../../../Sass/_sticker.scss"; const isBlank = (value: string | null | undefined) => !value || value.trim().length === 0;