Fix i18n after merge

This commit is contained in:
WillJeynes
2026-06-23 12:55:12 +01:00
parent b17a0c1c16
commit 2dbcda4952
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "cp -r public/* dist && parcel src/index.html",
"build": "parcel build src/index.html"
"build": "cp -r public/* dist && parcel build src/index.html"
},
"dependencies": {
"class-variance-authority": "^0.7.1",