summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer/components/LocationRow.tsx
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-11-04 20:47:52 +0100
committerOskar Nyberg <oskar@mullvad.net>2020-11-16 09:23:09 +0100
commit2ee7b754aa437af74cb4007cd56155fbdd7ba9ff (patch)
treebd07f757e5bf8ab219a87140b3e23b4c5d1b0695 /gui/src/renderer/components/LocationRow.tsx
parente10bf00f5cc1d3339402f169df5f0ee37487f771 (diff)
downloadmullvadvpn-2ee7b754aa437af74cb4007cd56155fbdd7ba9ff.tar.xz
mullvadvpn-2ee7b754aa437af74cb4007cd56155fbdd7ba9ff.zip
Move Cell components to dedicated directory
Diffstat (limited to 'gui/src/renderer/components/LocationRow.tsx')
-rw-r--r--gui/src/renderer/components/LocationRow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/LocationRow.tsx b/gui/src/renderer/components/LocationRow.tsx
index 48f5982af2..0ffc4299cc 100644
--- a/gui/src/renderer/components/LocationRow.tsx
+++ b/gui/src/renderer/components/LocationRow.tsx
@@ -5,7 +5,7 @@ import { colors } from '../../config.json';
import { compareRelayLocation, RelayLocation } from '../../shared/daemon-rpc-types';
import { messages } from '../../shared/gettext';
import Accordion from './Accordion';
-import * as Cell from './Cell';
+import * as Cell from './cell';
import ChevronButton from './ChevronButton';
import RelayStatusIndicator from './RelayStatusIndicator';