mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed import.
This commit is contained in:
parent
ae03501725
commit
800731f3aa
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import useLocale from 'components/hooks/useLocale';
|
|||
import useMessages from 'components/hooks/useMessages';
|
||||
import useCountryNames from 'components/hooks/useCountryNames';
|
||||
import MetricsTable from './MetricsTable';
|
||||
import regions from 'public/iso-3166-2.json';
|
||||
import regions from '../../../public/iso-3166-2.json';
|
||||
|
||||
export function RegionsTable({ websiteId, ...props }) {
|
||||
const { locale } = useLocale();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue