Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 470 B After Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 767 B After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@ -1,7 +1,7 @@ |
|||||||
import React from "react"; |
import React from "react"; |
||||||
import CustomToast from "../CustomToast"; |
import CustomToast from "../../CustomToast"; |
||||||
import IconText from "../IconText"; |
import IconText from "../../IconText"; |
||||||
import TitleSubtitle from "../TitleSubtitle"; |
import TitleSubtitle from "../../MiniComponents/TitleSubtitle"; |
||||||
|
|
||||||
const CardDesign1 = () => { |
const CardDesign1 = () => { |
||||||
return ( |
return ( |
@ -1,8 +1,8 @@ |
|||||||
import React, { useState } from "react"; |
import React, { useState } from "react"; |
||||||
|
|
||||||
import IconText from "../IconText"; |
import IconText from "../../IconText"; |
||||||
import ButtonDivTag from "../ButtonDivTag"; |
import ButtonDivTag from "../../ButtonDesign/ButtonDivTag"; |
||||||
import TitleSubtitle from "../TitleSubtitle"; |
import TitleSubtitle from "../../MiniComponents/TitleSubtitle"; |
||||||
|
|
||||||
import { DragDropContext, Droppable, Draggable } from "react-beautiful-dnd"; |
import { DragDropContext, Droppable, Draggable } from "react-beautiful-dnd"; |
||||||
|
|
@ -1 +0,0 @@ |
|||||||
/* No CSS *//*# sourceMappingURL=index.css.map */ |
|
@ -1,9 +0,0 @@ |
|||||||
{ |
|
||||||
"version": 3, |
|
||||||
"mappings": "", |
|
||||||
"sources": [ |
|
||||||
"index.scss" |
|
||||||
], |
|
||||||
"names": [], |
|
||||||
"file": "index.css" |
|
||||||
} |
|
@ -1,7 +1,5 @@ |
|||||||
import React from "react"; |
import React from "react"; |
||||||
|
|
||||||
import "./index.scss"; |
|
||||||
|
|
||||||
import { |
import { |
||||||
BarChart, |
BarChart, |
||||||
Bar, |
Bar, |