diff --git a/src/AppContainer.tsx b/src/AppContainer.tsx index 9c0b4ea..a4bd07c 100644 --- a/src/AppContainer.tsx +++ b/src/AppContainer.tsx @@ -2,6 +2,7 @@ import type { Component } from 'solid-js'; import { A, useLocation, useNavigate } from '@solidjs/router'; import { Show } from 'solid-js'; import { authStore } from './store/authStore'; +import { appStore } from './store/appStore'; interface AppContainerProps { children?: any; @@ -25,7 +26,15 @@ const AppContainer: Component = (props) => {
- EstiMaker +
)}