mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
tour: add new tour component
This commit is contained in:
@@ -156,10 +156,12 @@ const FileActionButtonGroup: React.VoidFunctionComponent<ActionButtonGroupProps>
|
||||
);
|
||||
};
|
||||
|
||||
// matches ID in tour component
|
||||
const archiveButtonId = 'pb-explorer-archive-button';
|
||||
const newButtonId = 'pb-explorer-add-button';
|
||||
|
||||
const Header: React.VoidFunctionComponent = () => {
|
||||
const archiveButtonId = useId();
|
||||
const exportButtonId = useId();
|
||||
const newButtonId = useId();
|
||||
const dispatch = useDispatch();
|
||||
const i18n = useI18n();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user