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
parent f9a277d893
commit 548bdd2835
No known key found for this signature in database
GPG Key ID: 10911689462678C7

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
*/
export default class HarvesterStoreSchema extends SteveSchema { }
export default class HarvesterStoreSchema extends SteveSchema {}