Skip to content

Commit

Permalink
Update providers.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Feb 15, 2023
1 parent ce46bc2 commit 1f3506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, {PropsWithChildren} from 'react';
import {ServicesProvider} from '../services';
import {StoresProvider} from '../stores';

export const SSProvider: React.FC<PropsWithChildren<{}>> = ({children}) => {
export const AppProvider: React.FC<PropsWithChildren<{}>> = ({children}) => {
return (
<StoresProvider>
<ServicesProvider>{children}</ServicesProvider>
Expand Down

0 comments on commit 1f3506c

Please sign in to comment.