mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 12:31:38 +02:00
🔥 Remove uxbox.main.data.undo namespace file.
This commit is contained in:
parent
a6adae4f28
commit
0231e687b7
3 changed files with 1 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
||||||
;; This Source Code Form is subject to the terms of the Mozilla Public
|
|
||||||
;; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
||||||
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
||||||
;;
|
|
||||||
;; Copyright (c) 2016-2019 Andrey Antukh <niwi@niwi.nz>
|
|
||||||
|
|
||||||
(ns uxbox.main.data.undo
|
|
||||||
(:require
|
|
||||||
[beicon.core :as rx]
|
|
||||||
[cljs.spec.alpha :as s]
|
|
||||||
[potok.core :as ptk]
|
|
||||||
[uxbox.common.spec :as us]
|
|
||||||
[uxbox.main.store :as st]))
|
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
[rumext.alpha :as mf]
|
[rumext.alpha :as mf]
|
||||||
[uxbox.main.constants :as c]
|
[uxbox.main.constants :as c]
|
||||||
[uxbox.main.data.history :as udh]
|
[uxbox.main.data.history :as udh]
|
||||||
[uxbox.main.data.undo :as udu]
|
|
||||||
[uxbox.main.data.workspace :as dw]
|
[uxbox.main.data.workspace :as dw]
|
||||||
[uxbox.main.refs :as refs]
|
[uxbox.main.refs :as refs]
|
||||||
[uxbox.main.store :as st]
|
[uxbox.main.store :as st]
|
||||||
|
|
|
@ -11,8 +11,7 @@
|
||||||
[potok.core :as ptk]
|
[potok.core :as ptk]
|
||||||
[uxbox.main.store :as st]
|
[uxbox.main.store :as st]
|
||||||
[uxbox.main.data.lightbox :as dl]
|
[uxbox.main.data.lightbox :as dl]
|
||||||
[uxbox.main.data.workspace :as dw]
|
[uxbox.main.data.workspace :as dw])
|
||||||
[uxbox.main.data.undo :as du])
|
|
||||||
(:import goog.events.EventType
|
(:import goog.events.EventType
|
||||||
goog.events.KeyCodes
|
goog.events.KeyCodes
|
||||||
goog.ui.KeyboardShortcutHandler))
|
goog.ui.KeyboardShortcutHandler))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue