diff --git a/src/components/dashboard/FinancialCard.jsx b/src/components/dashboard/FinancialCard.jsx new file mode 100644 index 0000000..a923fe6 --- /dev/null +++ b/src/components/dashboard/FinancialCard.jsx @@ -0,0 +1,25 @@ +import React from "react"; + +export default function FinancialCard() { + return ( +
+

Financial Summary

+
+
+

Store Earnings

+

$0.00

+

$0.90 per item

+
+
+

Consolidator Earnings

+

$0.00

+

$0.75 per consolidation

+
+
+

Total Earnings

+

$0.00

+
+
+
+ ); +} \ No newline at end of file