Skip to content

Commit 67a3a20

Browse files
committed
fix: fix bug
1 parent 16ba68f commit 67a3a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const routes = evalTemplates([
4242
},
4343
{
4444
template: Urls.AppStudio,
45-
element: <div>App Studio!</div>,
45+
element: <div>App Studio</div>,
4646
},
4747
],
4848
},

0 commit comments

Comments
 (0)