diff --git a/components/Data.tsx b/components/Data.tsx index 157722a..999860e 100644 --- a/components/Data.tsx +++ b/components/Data.tsx @@ -14,7 +14,7 @@ import HighchartsExporting from "highcharts/modules/exporting"; import HighchartsExportData from "highcharts/modules/export-data"; import Highchartsaccessibility from "highcharts/modules/accessibility"; import { useSnackbar } from "notistack"; -import Connections from "./json/connections.json"; +import Connections from "./json/Connections.json"; import { topDMsAtom, topChannelsAtom, diff --git a/components/utils/index.js b/components/utils/index.js index 72795be..90c2037 100644 --- a/components/utils/index.js +++ b/components/utils/index.js @@ -9,7 +9,7 @@ import randomWords from "random-words"; import curseWords from "../json/demo/curse.json"; import Events from "../json/events.json"; import currencies from "../json/other/currencies.json"; -import connectionsJSON from "../json/connections.json"; +import connectionsJSON from "../json/Connections.json"; class Utils { static getMostUsedCurrency(transactions, amount) {