Skip to content
Snippets Groups Projects

feat: add modal

Merged Adrian Orłów requested to merge feature/add-modal into development
All threads resolved!
19 files
+ 227
6
Compare changes
  • Side-by-side
  • Inline
Files
19
import * as React from 'react';
export const OverviewImagesModal: React.FC = () => {
return <div className="h-[200px] w-[500px] bg-white " />;
};
Loading