diff options
author | crupest <crupest@outlook.com> | 2020-09-03 19:11:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-09-03 19:11:44 +0800 |
commit | d845d9954efab4c15f7717cfefdf45aaf32bbd73 (patch) | |
tree | 20ba92faaa207477be14a474ad623bd190191703 /Timeline/ClientApp/src/app/index.sass | |
parent | d9c2d4e6293599c5499d68679e4fe33b241379f1 (diff) | |
download | timeline-d845d9954efab4c15f7717cfefdf45aaf32bbd73.tar.gz timeline-d845d9954efab4c15f7717cfefdf45aaf32bbd73.tar.bz2 timeline-d845d9954efab4c15f7717cfefdf45aaf32bbd73.zip |
Login page enhancement.
Diffstat (limited to 'Timeline/ClientApp/src/app/index.sass')
-rw-r--r-- | Timeline/ClientApp/src/app/index.sass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/index.sass b/Timeline/ClientApp/src/app/index.sass index 92f8efaf..42a89da5 100644 --- a/Timeline/ClientApp/src/app/index.sass +++ b/Timeline/ClientApp/src/app/index.sass @@ -4,6 +4,7 @@ @import './views/common/alert/alert' @import './views/home/home' @import './views/about/about' +@import './views/login/login' @import './views/timeline-common/timeline-common' @import './views/timeline/timeline' @import './views/user/user' |