🐛 Fix styles on shared libraries section.

This commit is contained in:
Andrey Antukh 2020-10-07 13:40:04 +02:00 committed by Alonso Torres
parent 41cb5196d1
commit 2765883152
2 changed files with 6 additions and 5 deletions

View file

@ -9,8 +9,6 @@
(ns app.main.ui.dashboard.projects
(:require
[okulary.core :as l]
[rumext.alpha :as mf]
[app.common.exceptions :as ex]
[app.main.constants :as c]
[app.main.data.dashboard :as dd]
@ -22,7 +20,9 @@
[app.util.dom :as dom]
[app.util.i18n :as i18n :refer [t tr]]
[app.util.router :as rt]
[app.util.time :as dt]))
[app.util.time :as dt]
[okulary.core :as l]
[rumext.alpha :as mf]))
(mf/defc header
{::mf/wrap [mf/memo]}