Setup, Configurations
wwwroot/index.html
<head>
<!--The Rest of content inside the head section-->
<link href="_content/ShiftSoftware.ShiftBlazor/main.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
</head>
<body>
<!--The Rest of content inside the body section-->
<script src="_content/MudBlazor/MudBlazor.min.js"></script>
<script src="_content/ShiftSoftware.ShiftBlazor/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/Sortable.min.js"></script>
</body>