What's Changed
- The components are now loaded at render time instead of at load time, this allows to make changes to the components without having to restart the server.
- The components **are not global** anymore. Instead, you can import them by path relative to the root folder, replacing the slashes `/` with dots `.` e.g.: `components/Layouts/App.jinja` will be `<Layouts.App> ... </Layouts.App>`.
**Full Changelog**: https://github.com/jpsca/tcom/compare/0.3...0.4