diff options
author | 2021-09-05 21:43:25 -0700 | |
---|---|---|
committer | 2021-09-05 21:43:25 -0700 | |
commit | cb70d08573e72a0c470f1aaf2aa3eed755912014 (patch) | |
tree | 8d41b835955da65d35b584fb24c8ed054bea8d58 /examples/hello-next/components | |
parent | cd69063660ed24ea31447006319343fe841fd147 (diff) | |
download | bun-cb70d08573e72a0c470f1aaf2aa3eed755912014.tar.gz bun-cb70d08573e72a0c470f1aaf2aa3eed755912014.tar.zst bun-cb70d08573e72a0c470f1aaf2aa3eed755912014.zip |
current
Former-commit-id: 8517ba72e79b75bf016c3fa66deb85fab9ff6554
Diffstat (limited to 'examples/hello-next/components')
-rw-r--r-- | examples/hello-next/components/wow/such-path.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/hello-next/components/wow/such-path.ts b/examples/hello-next/components/wow/such-path.ts new file mode 100644 index 000000000..a21ac9ab1 --- /dev/null +++ b/examples/hello-next/components/wow/such-path.ts @@ -0,0 +1 @@ +export const yep = true; |