Skip to content

Commit

Permalink
fix: import map controller
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Oct 3, 2024
1 parent 7aebcaa commit fd8ff01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/scripts/components/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ import "@/components/word-picture"
import "@/controllers/comparison_controller"
import "@/controllers/example_controller"
import "@/controllers/kwic_controller"
import "@/controllers/map_controller"
import "@/controllers/statistics_controller"
import "@/controllers/trend_diagram_controller"
import "@/controllers/text_reader_controller"
import "@/controllers/trend_diagram_controller"
import "@/controllers/word_picture_controller"
import "@/directives/tab-hash"
import "@/directives/tab-preloader"
Expand Down

0 comments on commit fd8ff01

Please sign in to comment.