Skip to content

Commit

Permalink
fix: add missing index for new ccs
Browse files Browse the repository at this point in the history
  • Loading branch information
DasUnicorn committed Nov 22, 2024
1 parent 543710b commit 9ecff25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/proposals/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import ccc42 from './ccc-42.json'
import ccs20241 from './ccs-20241.json'
import ccs20242 from './ccs-20242.json'

export const proposals = {
'ccc-42': ccc42,
'ccs-20241': ccs20241
'ccs-20241': ccs20241,
'ccs-20242': ccs20242
}

0 comments on commit 9ecff25

Please sign in to comment.