Skip to content

Commit

Permalink
Add user dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
zven21 committed Jul 4, 2018
1 parent 6283913 commit 8ef69a4
Show file tree
Hide file tree
Showing 70 changed files with 2,693 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .iex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ alias Mipha.{
Follows.Follow
}

alias Accounts.User
alias Accounts.{User, Location, Company, Team}
alias Topics.{Node, Topic}

1 change: 1 addition & 0 deletions assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ $fa-font-path: "~font-awesome/fonts";
@import "./app/components/footer";
@import "./app/components/base";
@import "./app/components/page";
@import "./app/components/user";
Loading

0 comments on commit 8ef69a4

Please sign in to comment.