Skip to content

Commit

Permalink
Merge pull request #981 from CommitChange/chore/ramda-super-admin
Browse files Browse the repository at this point in the history
remove ramda imports from super-admin (easy, just imports)
  • Loading branch information
wwahammy authored Dec 21, 2024
2 parents 90e9499 + cb092d0 commit 847ec05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/js/super-admin/nonprofits-table.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// License: LGPL-3.0-or-later
const R = require('ramda')
const h = require('flimflam/h')
const searchTable = require('../components/search-table')

Expand Down
1 change: 0 additions & 1 deletion client/js/super-admin/page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// License: LGPL-3.0-or-later
const R = require('ramda')
const h = require('flimflam/h')
const flyd = require('flimflam/flyd')
const render = require('flimflam/render')
Expand Down
1 change: 0 additions & 1 deletion client/js/super-admin/profiles-table.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// License: LGPL-3.0-or-later
const R = require('ramda')
const h = require('flimflam/h')
const searchTable = require('../components/search-table')
const request = require('../common/client')
Expand Down

0 comments on commit 847ec05

Please sign in to comment.