- Updated to React 18

- Updated for public release
  - Git was reset for privacy reasons
This commit is contained in:
2022-06-27 16:41:03 +02:00
commit 3cb1759648
68 changed files with 35317 additions and 0 deletions

19
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"cSpell.words": [
"browserslist",
"camelcase",
"flexbugs",
"Immer",
"pmmmwh",
"reduxjs",
"SVGR",
"tailwindcss",
"typeahead",
"uncompiled"
],
"files.exclude": {
"**/.git": true,
"coverage": true,
"node_modules": true
}
}