From 629a5351b39d82c8f4e9c5d5e0740122cf93dde3 Mon Sep 17 00:00:00 2001 From: Arnaud Lier Date: Wed, 9 Mar 2022 18:54:13 +0100 Subject: [PATCH] fix: import normalize --- src/components/cards/providers/Subreddit.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/cards/providers/Subreddit.tsx b/src/components/cards/providers/Subreddit.tsx index 5fa2f9b..fe6186b 100644 --- a/src/components/cards/providers/Subreddit.tsx +++ b/src/components/cards/providers/Subreddit.tsx @@ -1,6 +1,7 @@ import React from 'react'; import { useTranslation } from 'react-i18next'; import { FaReddit } from 'react-icons/fa'; +import { normalize } from '../../../util/text'; import { Card, Repeater, DedicatedAvailability } from '../core';