aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/LocationBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/locationBar/LocationBar.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/LocationBar.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/renderer/src/components/locationBar/LocationBar.tsx b/packages/renderer/src/components/locationBar/LocationBar.tsx
index 11981e9..fd7dcbb 100644
--- a/packages/renderer/src/components/locationBar/LocationBar.tsx
+++ b/packages/renderer/src/components/locationBar/LocationBar.tsx
@@ -22,12 +22,12 @@ import { styled } from '@mui/material/styles';
22import { observer } from 'mobx-react-lite'; 22import { observer } from 'mobx-react-lite';
23import React from 'react'; 23import React from 'react';
24 24
25import type RendererStore from '../../stores/RendererStore'; 25import type RendererStore from '../../stores/RendererStore.js';
26import type Service from '../../stores/Service'; 26import type Service from '../../stores/Service.js';
27 27
28import ExtraButtons from './ExtraButtons'; 28import ExtraButtons from './ExtraButtons.js';
29import LocationTextField from './LocationTextField'; 29import LocationTextField from './LocationTextField.js';
30import NavigationButtons from './NavigationButtons'; 30import NavigationButtons from './NavigationButtons.js';
31 31
32export function getLocaltionBarID(service: Service): string { 32export function getLocaltionBarID(service: Service): string {
33 return `Sophie-${service.id}-LocationBar`; 33 return `Sophie-${service.id}-LocationBar`;