mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
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";
|