Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rfct: decompose blocks into its own namespace #1033

Merged
merged 5 commits into from
Apr 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove deps
  • Loading branch information
tangjeff0 committed Apr 24, 2021
commit 02128facdbae2e9a02c8fd14bfb92ba9b26d62c0
8 changes: 0 additions & 8 deletions src/cljs/athens/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
[athens.views.left-sidebar :as left-sidebar]
[athens.views.pages.core :as pages]
[athens.views.right-sidebar :as right-sidebar]
[athens.views.left-sidebar :refer [left-sidebar]]
[athens.views.pages.all-pages :as all-pages]
[athens.views.pages.block-page :as block-page]
[athens.views.pages.page :as page]
[athens.views.pages.daily-notes :as daily-notes]
[athens.views.pages.graph :as graph]
[athens.views.pages.node-page :as node-page]
[athens.views.pages.settings :as settings]
[athens.views.spinner :refer [initial-spinner-component]]
[re-frame.core :as rf]
[reagent.core :as r]
Expand Down