1
0
Fork 0
mirror of synced 2024-05-17 02:42:53 +12:00
budibase/packages/client/src/licensing/features.js
2022-09-22 09:49:39 +01:00

6 lines
100 B
JavaScript

import { isFreePlan } from "./utils.js"
export const logoEnabled = () => {
return isFreePlan()
}