Skip to content

Commit

Permalink
add bootstrap bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gueddimo29 committed Oct 22, 2023
1 parent ebd4854 commit 189e762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
crossorigin="anonymous"
/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>

</head>
<body>
<app-root></app-root>
Expand Down

0 comments on commit 189e762

Please sign in to comment.