4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
// @flow
|
|
import CanCan from "cancan";
|
|
export default new CanCan();
|