Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { getAllApps, categories } from '~/data/apps'
|
||||
import { categories, getAllApps } from "~/data/apps";
|
||||
|
||||
export default defineEventHandler(() => {
|
||||
return {
|
||||
apps: getAllApps(),
|
||||
categories,
|
||||
}
|
||||
})
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user