fix: track events issue and env variables fixes (#2184)
* fix: track event fixes * fix: adding env variables to trubo
This commit is contained in:
parent
a53b428bbd
commit
6659cfc8b0
30 changed files with 903 additions and 971 deletions
|
|
@ -3,8 +3,6 @@ import { useEffect } from "react";
|
|||
import { useTheme } from "next-themes";
|
||||
// mobx store
|
||||
import { useMobxStore } from "lib/mobx/store-provider";
|
||||
// theme helpers
|
||||
import { applyTheme, unsetCustomCssVariables } from "helpers/theme.helper";
|
||||
|
||||
const MobxStoreInit = () => {
|
||||
const store: any = useMobxStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue