DEV: Partially revert 98c49acad5 (#16578)

Use of glimmer component breaks site not on Ember CLI.
This commit is contained in:
Alan Guo Xiang Tan 2022-04-28 16:01:58 +08:00 committed by GitHub
parent 0f7b198ca0
commit 532f9cdb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 7 deletions

View File

@ -1,3 +0,0 @@
import GlimmerComponent from "discourse/components/glimmer";
export default class Sidebar extends GlimmerComponent {}

View File

@ -26,10 +26,6 @@
{{plugin-outlet name="top-notices" connectorTagName="div" args=(hash currentPath=router._router.currentPath)}}
</div>
{{#if currentUser.experimental_sidebar_enabled}}
<Sidebar />
{{/if}}
{{outlet}}
{{outlet "user-card"}}
</div>