mirror of
https://github.com/status-im/pluto.git
synced 2026-08-31 12:31:08 +00:00
7 lines
291 B
JavaScript
7 lines
291 B
JavaScript
// Compiled by ClojureScript 1.10.439 {:static-fns true, :optimize-constants true}
|
|
goog.provide('re_frame.db');
|
|
goog.require('cljs.core');
|
|
goog.require('cljs.core.constants');
|
|
goog.require('re_frame.interop');
|
|
re_frame.db.app_db = re_frame.interop.ratom(cljs.core.PersistentArrayMap.EMPTY);
|