Idea for contacts screen route

This commit is contained in:
the-djmaze 2024-02-11 03:43:44 +01:00
parent a25d35d6df
commit fc141fe29b
10 changed files with 197 additions and 9 deletions

View file

@ -0,0 +1,7 @@
import { AbstractViewLeft } from 'Knoin/AbstractViews';
export class AddressBooks extends AbstractViewLeft {
constructor() {
super();
}
}