Init(Coore): add to repo
This commit is contained in:
11
app/providers.js
Executable file
11
app/providers.js
Executable file
@@ -0,0 +1,11 @@
|
||||
'use client'
|
||||
|
||||
import {NextUIProvider} from '@nextui-org/react'
|
||||
|
||||
export function Providers({children}) {
|
||||
return (
|
||||
<NextUIProvider>
|
||||
{children}
|
||||
</NextUIProvider>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user