Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Mar 30, 2020
1 parent 59c8351 commit 3c8977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/locale-provider/context.ts
@@ -1,5 +1,5 @@
import { createContext } from 'react';
import { Locale } from './';
import { Locale } from '.';

const LocaleContext = createContext<(Partial<Locale> & { exist?: boolean }) | undefined>(undefined);

Expand Down

0 comments on commit 3c8977b

Please sign in to comment.