Skip to content

Commit fbd7ea0

Browse files
committed
check ci/cd
1 parent 30fab35 commit fbd7ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export function Fallback() {
1515
function App() {
1616
const currentApp = useAppStore((s) => s.currentApp);
1717

18+
// Hello world
19+
1820
useEffect(() => {
1921
actionGetConfig(import.meta.env.VITE_DOMAIN_NAME);
2022
}, []);

0 commit comments

Comments
 (0)