|
|
|
@ -52,6 +52,7 @@ import Timeline from "../components/Timeline"; |
|
|
|
|
import ThemeColor from "../components/ThemeColor"; |
|
|
|
|
import ShowCase from "../components/ShowCase"; |
|
|
|
|
import Accordion from "../components/Accordion"; |
|
|
|
|
import Testt from "../components/Testt"; |
|
|
|
|
|
|
|
|
|
// mini components
|
|
|
|
|
import MiniComponents from "../components/MiniComponents"; |
|
|
|
@ -796,6 +797,16 @@ const components = [ |
|
|
|
|
code: null, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: "Testt", |
|
|
|
|
author: "Andalib", |
|
|
|
|
props: [], |
|
|
|
|
content: { |
|
|
|
|
name: "Testt", |
|
|
|
|
component: <Testt />, |
|
|
|
|
code: null, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
// mini components
|
|
|
|
|
{ |
|
|
|
|
name: "Mini Components", |
|
|
|
|