mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 23:54:25 +08:00
fe294ab1a7
Why this change?
A new component based API for modals was introduced in
b3a23bd9d6
. This commit moves the edit
navigation menu tags and categories modal to the new API.
6 lines
178 B
SCSS
6 lines
178 B
SCSS
@import "sidebar/edit-navigation-menu/categories-modal";
|
|
@import "sidebar/edit-navigation-menu/tags-modal";
|
|
@import "user-card";
|
|
@import "user-info";
|
|
@import "user-stream-item";
|