fix: lint warning

pull/11458/head
Tienson Qin 2024-08-05 15:47:39 +08:00
parent ccc9c99744
commit bbfdf92511
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
(ns frontend.components.all-pages
"All pages"
(:require [clojure.string :as string]
[frontend.components.block :as component-block]
(:require [frontend.components.block :as component-block]
[frontend.components.page :as component-page]
[frontend.components.views :as views]
[frontend.context.i18n :refer [t]]