Skip to content

Exports the Component as the default export

Choose a tag to compare

@matthewp matthewp released this 12 Oct 12:36
· 18 commits to master since this release

This allows you to do:

import Home from "~/home.component";

new Home()