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