Skip to content

Commit

Permalink
fix(sherlock): add extensions to @ArcGIS imports
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 29, 2024
1 parent c1c0fbf commit f3d03a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utah-design-system/src/components/Sherlock.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Graphic from '@arcgis/core/Graphic';
import Graphic from '@arcgis/core/Graphic.js';
import { escapeRegExp } from 'lodash-es';
import { SearchIcon, ChevronsUpDownIcon, CheckIcon } from 'lucide-react';
import { Spinner } from './Spinner.jsx';
Expand Down

0 comments on commit f3d03a4

Please sign in to comment.