Skip to content

Commit

Permalink
fix(apps/web): import correct default config
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Sep 24, 2023
1 parent fcab0ae commit 5595e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/phone/src/Phone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import WindowSnackbar from './ui/components/WindowSnackbar';
import { useTranslation } from 'react-i18next';
import { PhoneEvents } from '@typings/phone';
import PhoneWrapper from './PhoneWrapper';
import DefaultConfig from '../../../config.json';
import DefaultConfig from '../../../config.default.json';
import { TopLevelErrorComponent } from '@ui/components/TopLevelErrorComponent';
import { useConfig } from '@os/phone/hooks/useConfig';
import { useContactsListener } from './apps/contacts/hooks/useContactsListener';
Expand Down

0 comments on commit 5595e23

Please sign in to comment.