Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarun committed Jan 15, 2024
1 parent 66e9e71 commit ef54578
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions swift-ticketing/cljs-src/swift_ticketing_ui/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
[reagent.dom :as d]
[secretary.core :as secretary :include-macros true]
[accountant.core :as accountant]
[goog.events :as events]
[goog.history.EventType :as HistoryEventType]
[swift-ticketing-ui.event :as event]
[swift-ticketing-ui.ticket :as ticket]
[swift-ticketing-ui.booking :as booking])
(:import [goog History]
[goog.history EventType]))
)

;; -------------------------
;; Views
Expand Down

0 comments on commit ef54578

Please sign in to comment.