import React from 'react'; import { StyleUtilsContext } from '../styles/createStylingFromTheme'; export function NoRtkQueryApi(): JSX.Element { return ( {({ styling }) => (
No rtk-query api found.
Make sure to follow{' '} the instructions .
)}
); }