diff --git a/posts/2024-05-17-simple_ts_framework.markdown b/posts/2024-05-17-simple_ts_framework.markdown index d5ad8b1..9c8f33d 100644 --- a/posts/2024-05-17-simple_ts_framework.markdown +++ b/posts/2024-05-17-simple_ts_framework.markdown @@ -90,4 +90,6 @@ Change `app.ts` to something else, for example `document.body.innerHTML += "
P If it's not working, review the previous steps to get it working before proceeding. -Finally, if you are really stuck, please review the repo at the `setting-up-a-ts-project` branch for hints: https://github.com/tim-br/simple-ts-framework/tree/setting-up-a-ts-project. \ No newline at end of file +Finally, if you are really stuck, please review the repo at the `setting-up-a-ts-project` branch for hints: https://github.com/tim-br/simple-ts-framework/tree/setting-up-a-ts-project. + +Next: [Rendering Simple Components](https://nauths.io/posts/2024-05-18-simple_ts_framework.html)! \ No newline at end of file