Spaces:
Running
Running
Update src/components/components/CustomModal.tsx
Browse files
src/components/components/CustomModal.tsx
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
// src/components/CustomModal.tsx
|
2 |
import React, { useState, useEffect, FC } from 'react';
|
3 |
-
import './CustomModal.scss'; // استایلها را
|
4 |
|
5 |
interface CustomModalProps {
|
6 |
isOpen: boolean;
|
|
|
1 |
// src/components/CustomModal.tsx
|
2 |
import React, { useState, useEffect, FC } from 'react';
|
3 |
+
import './CustomModal.scss'; // استایلها را از فایل جداگانه ایمپورت میکند
|
4 |
|
5 |
interface CustomModalProps {
|
6 |
isOpen: boolean;
|