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

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

export default class CustomFieldCollection extends AbstractCollection {
}