From 86713640eb654d2faa15ccf21ee6ba24bdc78a00 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 12 Sep 2023 15:06:26 +0000 Subject: Finally fixed issue --- src/components/travel-advisory/ListCountries.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/travel-advisory/ListCountries.jsx b/src/components/travel-advisory/ListCountries.jsx index 867482b..c204c94 100644 --- a/src/components/travel-advisory/ListCountries.jsx +++ b/src/components/travel-advisory/ListCountries.jsx @@ -1,4 +1,4 @@ -import countriesData from './countries.json' assert { type: 'json' }; +import countriesData from './countries.json'; import HistoryModal from "./HistoryModal"; import { useState } from "preact/hooks"; -- cgit v1.2.3