Add tidy_raw() helper
This commit is contained in:
@ -86,11 +86,15 @@ defmodule OutlookWeb do
|
||||
import Phoenix.HTML
|
||||
# Core UI components and translation
|
||||
import OutlookWeb.CoreComponents
|
||||
|
||||
# custom components and module
|
||||
import OutlookWeb.HtmlTreeComponent
|
||||
import OutlookWeb.HtmlDocComponent
|
||||
import OutlookWeb.TunitEditorComponent
|
||||
import OutlookWeb.PublicComponents
|
||||
import OutlookWeb.DarkModeComponent
|
||||
import OutlookWeb.ViewHelpers
|
||||
|
||||
import OutlookWeb.Gettext
|
||||
|
||||
# Shortcut for generating JS commands
|
||||
|
||||
Reference in New Issue
Block a user