Skip to content

Commit a80a830

Browse files
committed
DEV: Remove unused MountWidget import from docs-topic component
Eliminated an unnecessary `MountWidget` import as it is no longer utilized in the `docs-topic` component.
1 parent 7ae77a3 commit a80a830

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

assets/javascripts/discourse/components/docs-topic.gjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { reads } from "@ember/object/computed";
33
import { service } from "@ember/service";
44
import { classNames } from "@ember-decorators/component";
55
import DButton from "discourse/components/d-button";
6-
import MountWidget from "discourse/components/mount-widget";
76
import PluginOutlet from "discourse/components/plugin-outlet";
87
import Post from "discourse/components/post";
98
import icon from "discourse/helpers/d-icon";

0 commit comments

Comments
 (0)