diff --git a/src/models/widget/index.js b/src/models/widget/index.js deleted file mode 100755 index 5cfb937..0000000 --- a/src/models/widget/index.js +++ /dev/null @@ -1,18 +0,0 @@ -import request from "../../request" - -export default class WidgetModel { - static browse = async ({ limit, offset, keywords } = {}) => { - const response = await request({ - instance: globalThis.__comty_shared_state.instances["marketplace"], - method: "GET", - url: "/widgets", - params: { - limit, - offset, - keywords: JSON.stringify(keywords), - }, - }) - - return response.data - } -} \ No newline at end of file