Skip to content
Snippets Groups Projects

Resolve MIN-89 "Feat/ crud operations on the layers"

Merged Miłosz Grocholewski requested to merge feat/MIN-89-crud-operations-on-the-layers into development
29 files
+ 86
406
Compare changes
  • Side-by-side
  • Inline
Files
29
 
import { Export } from '../ExportCompound';
 
 
export const CurrentView = (): React.ReactNode => {
 
return (
 
<div data-testid="current-view-tab">
 
<Export>
 
<Export.ImageFormat />
 
<Export.DownloadCurrentView />
 
</Export>
 
</div>
 
);
 
};
Loading