-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #296 from BinaryStudioAcademy/task/OV-295-reset-st…
…ore-when-leaving-studio-page OV-295: Reset store when user leaves studio page
- Loading branch information
Showing
4 changed files
with
24 additions
and
10 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
frontend/src/bundles/studio/components/video-menu/components/mock/menu-mock.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
const TemplatesContent: React.FC = () => ( | ||
<div>This is the Templates content.</div> | ||
); | ||
const AvatarsContent: React.FC = () => <div>This is the Avatars content.</div>; | ||
const TextContent: React.FC = () => <div>This is the Text content.</div>; | ||
const AssetsContent: React.FC = () => <div>This is the Assets content.</div>; | ||
|
||
export { AssetsContent, AvatarsContent, TemplatesContent, TextContent }; | ||
export { AssetsContent, TemplatesContent, TextContent }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters