File size: 291 Bytes
6778ee0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | defmodule PlausibleWeb.DevSubscriptionView do
use Plausible
on_ee do
use Phoenix.View,
root: "test/support/dev/templates"
require Plausible.Billing.Subscription.Status
import PlausibleWeb.Components.Generic
alias PlausibleWeb.Router.Helpers, as: Routes
end
end
|