mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
renamed SWR config file
This commit is contained in:
parent
e8f8e3536d
commit
6ca4c514bf
3 changed files with 6 additions and 7 deletions
|
@ -5,4 +5,6 @@ const config: SWRConfiguration = {
|
|||
revalidateOnFocus: false,
|
||||
};
|
||||
|
||||
export const SWRProvider: FC = ({ children }) => <SWRConfig value={config}>{children}</SWRConfig>;
|
||||
export const SWRConfigProvider: FC = ({ children }) => (
|
||||
<SWRConfig value={config}>{children}</SWRConfig>
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue