Удалил старые запросы к апи, переписал страницу тестов на новый конструктор запроса. Обновил библиотеки, в том числе реакт до последней версии, переписал устаревший код с библиотек.
This commit is contained in:
@ -1,11 +0,0 @@
|
||||
import React from 'react';
|
||||
import { LogoutButton } from '../components/LogoutButton/LogoutButton';
|
||||
|
||||
export const WithLogout = (props) => {
|
||||
return (
|
||||
<div className='container'>
|
||||
{props.children}
|
||||
<LogoutButton />
|
||||
</div>
|
||||
)
|
||||
};
|
Reference in New Issue
Block a user