propro-common-components 0.1.236 → 0.1.237

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- import { default as React, ReactNode } from 'react';
2
1
  import { AccountInterface } from '../interfaces/account.interface';
2
+ import { default as React, ReactNode } from 'react';
3
3
 
4
4
  interface AuthContextType {
5
5
  account: AccountInterface | null;