From 0cb2cfac298e3fcfc5861d703d0929d1584533c1 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 2 Mar 2024 18:59:52 -0800 Subject: [PATCH] Test Outlet --- javascripts/discourse/components/tony-test.hbs | 5 +++++ javascripts/discourse/components/tony-test.js | 5 +++++ .../discourse/connectors/main-outlet-bottom/tony-test.hbs | 1 + 3 files changed, 11 insertions(+) create mode 100644 javascripts/discourse/components/tony-test.hbs create mode 100644 javascripts/discourse/components/tony-test.js create mode 100644 javascripts/discourse/connectors/main-outlet-bottom/tony-test.hbs diff --git a/javascripts/discourse/components/tony-test.hbs b/javascripts/discourse/components/tony-test.hbs new file mode 100644 index 0000000..b64e453 --- /dev/null +++ b/javascripts/discourse/components/tony-test.hbs @@ -0,0 +1,5 @@ +
+

+ This is a test +

+
\ No newline at end of file diff --git a/javascripts/discourse/components/tony-test.js b/javascripts/discourse/components/tony-test.js new file mode 100644 index 0000000..eb54b4c --- /dev/null +++ b/javascripts/discourse/components/tony-test.js @@ -0,0 +1,5 @@ +import Component from "@glimmer/component"; + +export default class extends Component { + +} diff --git a/javascripts/discourse/connectors/main-outlet-bottom/tony-test.hbs b/javascripts/discourse/connectors/main-outlet-bottom/tony-test.hbs new file mode 100644 index 0000000..8a3721b --- /dev/null +++ b/javascripts/discourse/connectors/main-outlet-bottom/tony-test.hbs @@ -0,0 +1 @@ + \ No newline at end of file