(ns auto-ap.db) (def default-db {:user (.getItem js/localStorage "jwt") :client {:name "Campbell Brewing Company"} :clients [] :invoices {:pending #{} :unpaid #{}} :status {:loading false} :new-invoice {} :menu {:client {:active? false} :account {:active? false}} })