mirror of
https://github.com/teslamate-org/teslamate.git
synced 2026-01-24 21:06:08 +08:00
* Add first draft of gpx export * Add test for gpx export * Sort drive positions by date for gpx export
4 lines
66 B
Elixir
4 lines
66 B
Elixir
defmodule TeslaMateWeb.DriveView do
|
|
use TeslaMateWeb, :view
|
|
end
|