Fixed imports.

This commit is contained in:
Mike Cao 2023-08-21 12:12:26 -07:00
parent ede658771e
commit 821d4b36c3
6 changed files with 38 additions and 6 deletions

View file

@ -1,7 +1,7 @@
import { useState, useEffect } from 'react';
import { useRouter } from 'next/router';
import { httpGet } from 'next-basics';
import enUS from 'public/intl/language/en-US.json';
import enUS from '../../../public/intl/country/en-US.json';
const languageNames = {
'en-US': enUS,