alias endpoint

This commit is contained in:
2022-11-18 22:30:33 -05:00
parent 6f80ef35a1
commit 3c250e9064
10 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,6 @@ defmodule MemexWeb.Components.NotesTableComponent do
use MemexWeb, :live_component
alias Ecto.UUID
alias Memex.{Accounts.User, Notes, Notes.Note}
alias MemexWeb.Endpoint
alias Phoenix.LiveView.{Rendered, Socket}
@impl true