Базовый handlebars
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-18 02:47:00 +03:00
parent 425843c5ad
commit 1c7d4cc74e
11 changed files with 189 additions and 42 deletions

View File

@@ -18,9 +18,9 @@ const primaries = [
const items = []
warframes.forEach((name) => {
items.push(new Warframe(name))
})
// warframes.forEach((name) => {
// items.push(new Warframe(name))
// })
primaries.forEach((name) => {
items.push(new Primary(name))