aboutsummaryrefslogtreecommitdiff
path: root/mavigator-dashboard/src/main/scala/mavigator/dashboard/ui/instruments/SvgInstrument.scala
diff options
context:
space:
mode:
Diffstat (limited to 'mavigator-dashboard/src/main/scala/mavigator/dashboard/ui/instruments/SvgInstrument.scala')
-rw-r--r--mavigator-dashboard/src/main/scala/mavigator/dashboard/ui/instruments/SvgInstrument.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/mavigator-dashboard/src/main/scala/mavigator/dashboard/ui/instruments/SvgInstrument.scala b/mavigator-dashboard/src/main/scala/mavigator/dashboard/ui/instruments/SvgInstrument.scala
index fe6c58a..28c8d65 100644
--- a/mavigator-dashboard/src/main/scala/mavigator/dashboard/ui/instruments/SvgInstrument.scala
+++ b/mavigator-dashboard/src/main/scala/mavigator/dashboard/ui/instruments/SvgInstrument.scala
@@ -1,4 +1,4 @@
-package vfd.dashboard.ui.instruments
+package mavigator.dashboard.ui.instruments
import org.scalajs.dom
@@ -6,7 +6,7 @@ import org.scalajs.dom.html
import scalatags.JsDom.all._
-import vfd.dashboard.Environment
+import mavigator.util.Environment
/** An instrument backed by an SVG image. */
trait SvgInstrument[A] extends Instrument[A] {
@@ -51,4 +51,4 @@ object SvgInstrument {
elem.style.transform = "rotateZ(" + rad + "rad)";
}
-} \ No newline at end of file
+}