|
|
@ -40,7 +40,6 @@ import AnimatedInput from "../components/AnimatedInput/Input"; |
|
|
|
import BoxNextToEachOther from "../components/BoxNextToEachOther"; |
|
|
|
import BoxNextToEachOther from "../components/BoxNextToEachOther"; |
|
|
|
import ContactUs from "../components/ContactUs"; |
|
|
|
import ContactUs from "../components/ContactUs"; |
|
|
|
import CurrentDateTime from "../components/CurrentDateTime"; |
|
|
|
import CurrentDateTime from "../components/CurrentDateTime"; |
|
|
|
import Digikala from "../components/Digikala"; |
|
|
|
|
|
|
|
import DivideX from "../components/DivideX"; |
|
|
|
import DivideX from "../components/DivideX"; |
|
|
|
import FileManager from "../components/FileManager"; |
|
|
|
import FileManager from "../components/FileManager"; |
|
|
|
import FormFields from "../components/FormFields"; |
|
|
|
import FormFields from "../components/FormFields"; |
|
|
@ -674,16 +673,6 @@ const components = [ |
|
|
|
code: null, |
|
|
|
code: null, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
|
|
|
name: "Digikala", |
|
|
|
|
|
|
|
author: "Andalib", |
|
|
|
|
|
|
|
props: [], |
|
|
|
|
|
|
|
content: { |
|
|
|
|
|
|
|
name: "Digikala", |
|
|
|
|
|
|
|
component: <Digikala />, |
|
|
|
|
|
|
|
code: null, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
name: "DivideX", |
|
|
|
name: "DivideX", |
|
|
|
author: "Andalib", |
|
|
|
author: "Andalib", |
|
|
|