generated from codesandbox/codesandbox-template-blank
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(provider): changed provider name to FluidProvider
- Loading branch information
1 parent
bd7662b
commit 1074f15
Showing
3 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import React from "react"; | ||
import { ModalProvider } from "./Modal/useModal"; | ||
import React from 'react'; | ||
import { ModalProvider } from './Modal/useModal'; | ||
|
||
export const AppProvider = ({ children }) => { | ||
export const FluidProvider = ({ children }) => { | ||
return <ModalProvider>{children}</ModalProvider>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters