import React from 'react';
export function NoRtkQueryApi(): JSX.Element {
return (
({
width: '100%',
textAlign: 'center',
color: theme.TEXT_COLOR,
padding: '1.4em',
'& a': {
fontSize: 'inherit',
color: theme.TEXT_COLOR,
textDecoration: 'underline',
},
})}
>
No rtk-query api found.
Make sure to follow{' '}
the instructions
.
);
}