We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fab35 commit fbd7ea0Copy full SHA for fbd7ea0
src/App.tsx
@@ -15,6 +15,8 @@ export function Fallback() {
15
function App() {
16
const currentApp = useAppStore((s) => s.currentApp);
17
18
+ // Hello world
19
+
20
useEffect(() => {
21
actionGetConfig(import.meta.env.VITE_DOMAIN_NAME);
22
}, []);
0 commit comments