new project structure
This commit is contained in:
parent
f9792eb31c
commit
e88627693c
3
nose/chris/bin/chris.ts
Normal file
3
nose/chris/bin/chris.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default function () {
|
||||
return "chris works!"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
3
nose/corey/bin/corey.ts
Normal file
3
nose/corey/bin/corey.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default function () {
|
||||
return "corey works!"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
3
nose/hello/bin/hello.tsx
Normal file
3
nose/hello/bin/hello.tsx
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default function () {
|
||||
return <h1>HELLO!</h1>
|
||||
}
|
||||
2
nose/sys/bin/sys.ts
Normal file
2
nose/sys/bin/sys.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export default () =>
|
||||
"sys online"
|
||||
Loading…
Reference in New Issue
Block a user