aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/GoButton.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/locationBar/GoButton.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/GoButton.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/renderer/src/components/locationBar/GoButton.tsx b/packages/renderer/src/components/locationBar/GoButton.tsx
index 471f25e..571124a 100644
--- a/packages/renderer/src/components/locationBar/GoButton.tsx
+++ b/packages/renderer/src/components/locationBar/GoButton.tsx
@@ -22,7 +22,7 @@ import IconGo from '@mui/icons-material/Send';
22import IconButton from '@mui/material/IconButton'; 22import IconButton from '@mui/material/IconButton';
23import React, { MouseEventHandler } from 'react'; 23import React, { MouseEventHandler } from 'react';
24 24
25import LocationInputAdornment from './LocationInputAdornment'; 25import LocationInputAdornment from './LocationInputAdornment.js';
26 26
27export default function GoButton({ 27export default function GoButton({
28 onClick, 28 onClick,