| 1 | import { safeCreateInterpolateElement } from "../helpers/i18n"; |
| 2 | import { __, sprintf } from "@wordpress/i18n"; |
| 3 | |
| 4 | import { getInitialState, getIsNetworkControlEnabled, updateIntegrationState, getIsMultisiteAvailable } from "./helper"; |
nothing calls this directly
no test coverage detected