Skip to content

Commit 969930b

Browse files
committed
fix missing AntContainer for hosted template
1 parent 9638c66 commit 969930b

File tree

1 file changed

+3
-1
lines changed
  • .template.config/templates/hosted/src/Client

1 file changed

+3
-1
lines changed

.template.config/templates/hosted/src/Client/App.razor

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
<p>Sorry, there's nothing at this address.</p>
99
</LayoutView>
1010
</NotFound>
11-
</Router>
11+
</Router>
12+
13+
<AntContainer />

0 commit comments

Comments
 (0)