You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sessions/Season-03/0302-Components/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Check the `/Pages/Test/Page.razor` file in the demo.
18
18
19
19
All .razor files can be referenced as components in other templates. Use the `/Components` folder to place those template files that do not include a `@page` directive and cannot be navigated to.
20
20
21
-
Add the `Components` folder's namspace to your `_Imports.razor` file to allow these components to be referenced elsewhere in your application:
21
+
Add the `Components` folder's namespace to your `_Imports.razor` file to allow these components to be referenced elsewhere in your application:
0 commit comments