diff --git a/nose/chris/bin/chris.ts b/nose/chris/bin/chris.ts new file mode 100644 index 0000000..5f51568 --- /dev/null +++ b/nose/chris/bin/chris.ts @@ -0,0 +1,3 @@ +export default function () { + return "chris works!" +} \ No newline at end of file diff --git a/nose/www/chris/pub/burger.png b/nose/chris/pub/burger.png similarity index 100% rename from nose/www/chris/pub/burger.png rename to nose/chris/pub/burger.png diff --git a/nose/www/chris/pub/index.html b/nose/chris/pub/index.html similarity index 100% rename from nose/www/chris/pub/index.html rename to nose/chris/pub/index.html diff --git a/nose/www/chris/pub/main.css b/nose/chris/pub/main.css similarity index 100% rename from nose/www/chris/pub/main.css rename to nose/chris/pub/main.css diff --git a/nose/corey/bin/corey.ts b/nose/corey/bin/corey.ts new file mode 100644 index 0000000..8101a57 --- /dev/null +++ b/nose/corey/bin/corey.ts @@ -0,0 +1,3 @@ +export default function () { + return "corey works!" +} \ No newline at end of file diff --git a/nose/www/corey/pub/hotdog.png b/nose/corey/pub/hotdog.png similarity index 100% rename from nose/www/corey/pub/hotdog.png rename to nose/corey/pub/hotdog.png diff --git a/nose/www/corey/pub/index.html b/nose/corey/pub/index.html similarity index 100% rename from nose/www/corey/pub/index.html rename to nose/corey/pub/index.html diff --git a/nose/hello/bin/hello.tsx b/nose/hello/bin/hello.tsx new file mode 100644 index 0000000..fe5f61c --- /dev/null +++ b/nose/hello/bin/hello.tsx @@ -0,0 +1,3 @@ +export default function () { + return