Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Apr 17, 2024
1 parent c1e3548 commit 400e36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.wasp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ page BuildPage {

route ToolBoxRoute { path: "/build/toolbox", to: ToolBoxPage }
page ToolBoxPage {
component: import ToolBoxPage from "@src/client/app/toolboxPage"
component: import ToolBoxPage from "@src/client/app/ToolboxPage"
}

route ModelsRoute { path: "/build/models", to: ModelsPage }
Expand Down

0 comments on commit 400e36e

Please sign in to comment.