Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FolderCollection.js « Collection « src - git.mdns.eu/nextcloud/passwords-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a48fd9144e8c80c8dab8ea88849afcbd41b16df1 (plain)
1
2
3
4
import AbstractCollection from './AbstractCollection';

export default class FolderCollection extends AbstractCollection {
}