import { C } from 'topkat-utils' export function notImplementedWarning() { C.warning(false, 'NOT IMPLEMENTED: this is soon to come, check any updates on green_dot and run green_dot upgrade or write an issue') }