Skip to content

Commit

Permalink
test(styles): use shorthand prop assignment esm import for styles
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 12, 2020
1 parent 6b9e035 commit a7480ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hello-vdom/src/components/hello-vdom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styles from './styles.css';

@Component({
tag: 'hello-vdom',
styles: styles,
styles,
})
export class HelloWorld {
render() {
Expand Down

0 comments on commit a7480ba

Please sign in to comment.