Switch Frontend

After you submit, you will need to refresh manually to get your new frontend!

<%= form_for @conn, ~p"/akkoma/frontend", fn f -> %> <%= select(f, :frontend, @choices) %> <%= submit do: "submit" %> <% end %>