diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index d834178..037fd10 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -18,10 +18,9 @@ - - - + + \ No newline at end of file diff --git a/libman.json b/libman.json index fee38e5..bcf6e8f 100644 --- a/libman.json +++ b/libman.json @@ -5,6 +5,10 @@ { "library": "fancyapps-ui@4.0.31", "destination": "wwwroot\\lib\\fancyapps-ui" + }, + { + "library": "bootstrap@5.1.3", + "destination": "wwwroot\\lib\\bootstrap" } ] } \ No newline at end of file