import { AbstractViewLeft } from 'Knoin/AbstractViews'; export class AddressBooks extends AbstractViewLeft { constructor() { super(); } }