diff --git a/apps/mobile/src/components/RateDialog/index.js b/apps/mobile/src/components/RateDialog/index.js index aea6da73a..4121cdf8e 100644 --- a/apps/mobile/src/components/RateDialog/index.js +++ b/apps/mobile/src/components/RateDialog/index.js @@ -9,6 +9,7 @@ import {Button} from '../Button'; import Seperator from '../Seperator'; import Heading from '../Typography/Heading'; import Paragraph from '../Typography/Paragraph'; +import { STORE_LINK } from '../../utils'; const RateDialog = () => { const [visible, setVisible] = useState(false); @@ -64,12 +65,7 @@ const RateDialog = () => {