Actually, take all the themes
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import { AccountServiceClient } from './account.service';
|
||||
|
||||
export const AccountServiceContext = React.createContext<AccountServiceClient | undefined>(undefined);
|
Reference in New Issue
Block a user