Skip to content

Commit 2f14e5e

Browse files
committed
Fix lint
1 parent 3c9d51d commit 2f14e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpub/plugins/admin/users/single_user_page.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(ns rpub.plugins.admin.users.single-user-page
22
(:require ["react" :refer [useEffect]]
3-
[rpub.lib.dag.react :refer [use-dag use-dag-values]]
3+
[rpub.lib.dag.react :refer [use-dag]]
44
[rpub.lib.forms :as forms]
55
[rpub.lib.html :as html]
66
[rpub.lib.http :as http]

0 commit comments

Comments
 (0)