Skip to content

Commit

Permalink
fix: namespace in Razor host page
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Jan 21, 2024
1 parent a7b3c05 commit ca71010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@page "/"
@namespace Bolero.Template._1.Server
@using Bolero.Server.RazorHost
@using Bolero.Server
@inject IBoleroHostConfig BoleroHostConfig
<!DOCTYPE html>
<html>
Expand Down

0 comments on commit ca71010

Please sign in to comment.