aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/AppUpdateInfoBar.tsx
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-07-01 08:30:51 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-01 15:00:55 +0530
commitc14b7a4473e90a7f40496efcdbd42f25e0165373 (patch)
treedba89178c019ee95853d47137c2b9ec4cb51bd6f /src/components/AppUpdateInfoBar.tsx
parentTrying to check if tagging of submodule works [skip ci] (diff)
downloadferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.tar.gz
ferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.tar.zst
ferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.zip
chore: correctly export/import ui elements
Diffstat (limited to 'src/components/AppUpdateInfoBar.tsx')
-rw-r--r--src/components/AppUpdateInfoBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppUpdateInfoBar.tsx b/src/components/AppUpdateInfoBar.tsx
index 576da0f85..48efbfb7f 100644
--- a/src/components/AppUpdateInfoBar.tsx
+++ b/src/components/AppUpdateInfoBar.tsx
@@ -4,7 +4,7 @@ import { mdiInformation } from '@mdi/js';
4import InfoBar from './ui/InfoBar'; 4import InfoBar from './ui/InfoBar';
5import { GITHUB_FERDIUM_URL } from '../config'; 5import { GITHUB_FERDIUM_URL } from '../config';
6import { openExternalUrl } from '../helpers/url-helpers'; 6import { openExternalUrl } from '../helpers/url-helpers';
7import { Icon } from './ui/icon'; 7import Icon from './ui/icon';
8 8
9const messages = defineMessages({ 9const messages = defineMessages({
10 updateAvailable: { 10 updateAvailable: {