fix preset

This commit is contained in:
Jon Palmer 2020-02-23 12:08:47 -05:00
parent 7c25d25b4e
commit 3ed96011d3
No known key found for this signature in database
GPG Key ID: 52E08C6A304553A8

View File

@ -1,3 +1,3 @@
import { withActions } from '../index';
export const decorators = [withActions];
export const decorators = [withActions()];