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

+ This is a test +

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