aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/LocationTextField.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/locationBar/LocationTextField.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/LocationTextField.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/renderer/src/components/locationBar/LocationTextField.tsx b/packages/renderer/src/components/locationBar/LocationTextField.tsx
index 1d6b561..9b028b3 100644
--- a/packages/renderer/src/components/locationBar/LocationTextField.tsx
+++ b/packages/renderer/src/components/locationBar/LocationTextField.tsx
@@ -24,12 +24,12 @@ import { autorun } from 'mobx';
24import { observer } from 'mobx-react-lite'; 24import { observer } from 'mobx-react-lite';
25import React, { useCallback, useEffect, useState } from 'react'; 25import React, { useCallback, useEffect, useState } from 'react';
26 26
27import Service from '../../stores/Service'; 27import Service from '../../stores/Service.js';
28 28
29import GoButton from './GoButton'; 29import GoButton from './GoButton.js';
30import LocationOverlayInput from './LocationOverlayInput'; 30import LocationOverlayInput from './LocationOverlayInput.js';
31import SecurityLabel from './SecurityLabel'; 31import SecurityLabel from './SecurityLabel.js';
32import UrlOverlay from './UrlOverlay'; 32import UrlOverlay from './UrlOverlay.js';
33 33
34const LocationTextFieldRoot = styled(FilledInput, { 34const LocationTextFieldRoot = styled(FilledInput, {
35 name: 'LocationTextField', 35 name: 'LocationTextField',