use core components

This commit is contained in:
2023-03-16 19:49:19 -04:00
parent cc29f875fa
commit 5cde99de90
38 changed files with 675 additions and 774 deletions

View File

@ -1,6 +1,5 @@
defmodule MemexWeb.NoteLive.Show do
use MemexWeb, :live_view
import MemexWeb.Components.NoteContent
alias Memex.{Accounts.User, Notes, Notes.Note}
@impl true