mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
import { AbstractViewLeft } from 'Knoin/AbstractViews';
|
|
|
|
export class AddressBooks extends AbstractViewLeft {
|
|
constructor() {
|
|
super();
|
|
}
|
|
}
|