12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
|
|
<CssVarsProvider
|
||
|
|
// The props below are specific to this demo,
|
||
|
|
// you might not need them in your app.
|
||
|
|
//
|
||
|
|
theme={theme}
|
||
|
|
// the local storage key to use.
|
||
|
|
modeStorageKey="demo_identify-system-mode"
|
||
|
|
// set as root provider
|
||
|
|
disableNestedContext
|
||
|
|
>
|
||
|
|
<Identifier />
|
||
|
|
</CssVarsProvider>
|