move harvester schema.js into harvester folder

Signed-off-by: andy.lee <andy.lee@suse.com>
This commit is contained in:
andy.lee 2025-02-13 11:34:44 +08:00 committed by Andy Lee
parent 7943913ef7
commit 37766454bd
No known key found for this signature in database
GPG Key ID: EC774C32160918ED

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 {}