correcting header
This commit is contained in:
parent
8be6543a3c
commit
eda38247ba
4 changed files with 36 additions and 9 deletions
|
|
@ -4,6 +4,8 @@ import Account from "../Account/Account.tsx";
|
|||
import styles from './Header.module.css'
|
||||
import SurveyPagesList from "../SurveyPagesList/SurveyPagesList.tsx";
|
||||
|
||||
|
||||
|
||||
const Header: React.FC = () => {
|
||||
const [activePage, setActivePage] = useState('Создать опрос');
|
||||
|
||||
|
|
@ -26,4 +28,4 @@ const Header: React.FC = () => {
|
|||
);
|
||||
};
|
||||
|
||||
export default Header;
|
||||
export default Header;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue