Merge pull request #134 from a110605/move_schema

Move harvester schema.js into harvester folder
This commit is contained in:
Andy Lee 2025-02-14 13:29:33 +08:00 committed by GitHub
commit 9e32052329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,4 +3,4 @@ import SteveSchema from '@shell/models/steve-schema';
/** /**
* This is the steve schema that's used for the harvester store * This is the steve schema that's used for the harvester store
*/ */
export default class HarvesterStoreSchema extends SteveSchema { } export default class HarvesterStoreSchema extends SteveSchema {}