Skip to content

Commit

Permalink
rm type import
Browse files Browse the repository at this point in the history
  • Loading branch information
dBianchii committed Sep 23, 2024
1 parent e1ce5aa commit 88718fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {headers} from 'next/headers';
import {notFound} from 'next/navigation';
import type {Formats} from 'next-intl';
import {Formats} from 'next-intl';
import {getRequestConfig} from 'next-intl/server';
import defaultMessages from '../../messages/en.json';
import {routing} from './routing';
Expand Down

0 comments on commit 88718fa

Please sign in to comment.