diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-11-04 20:47:52 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-11-16 09:23:09 +0100 |
| commit | 2ee7b754aa437af74cb4007cd56155fbdd7ba9ff (patch) | |
| tree | bd07f757e5bf8ab219a87140b3e23b4c5d1b0695 /gui/src/renderer/components/LocationRow.tsx | |
| parent | e10bf00f5cc1d3339402f169df5f0ee37487f771 (diff) | |
| download | mullvadvpn-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.tsx | 2 |
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'; |
