FIX: chat styleguide modal import (#23062)

This commit is contained in:
Joffrey JAFFEUX 2023-08-10 15:55:28 +02:00 committed by GitHub
parent 8bebd8fd99
commit 7358856ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import fabricators from "discourse/plugins/chat/discourse/lib/fabricators";
import Component from "@glimmer/component";
import ChatModalThreadSettings from "discourse/plugins/chat/discourse/components/modal/chat/thread-settings";
import ChatModalThreadSettings from "discourse/plugins/chat/discourse/components/chat/modal/thread-settings";
import { inject as service } from "@ember/service";
import { action } from "@ember/object";