Skip to content
Snippets Groups Projects

feat: add modal

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