0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

Init i18N for viewer

This commit is contained in:
mathieu.brunot 2019-02-21 21:52:31 +01:00
parent e7e67c6ad8
commit 3f224ce47b
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -12,6 +12,7 @@
(defn ^:export init
[]
(lc/init)
(st/init)
(ui/init-routes)
(ui/init))