generated from the-collab-lab/smart-shopping-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ma/view-list-name
- Loading branch information
Showing
37 changed files
with
1,316 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,14 @@ | |
content="A smart shopping list that learns your purchase habits and makes suggestions, so you don't forget to buy what's important." | ||
/> | ||
<link rel="icon" type="image/svg+xml" href="/src/favicon.ico" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" | ||
crossorigin="anonymous" | ||
/> | ||
<meta name="color-scheme" content="dark light" /> | ||
<title>Smart Shopping List</title> | ||
<title>GrocerEase</title> | ||
<script type="module" src="/src/index.tsx" async></script> | ||
</head> | ||
<body> | ||
|
Oops, something went wrong.