file: create Subtotal component with its own style
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import "./Subtotal.css";
|
||||
|
||||
function Subtotal() {
|
||||
return <section className="subtotal">Subtotal</section>;
|
||||
}
|
||||
|
||||
export default Subtotal;
|
||||
Reference in New Issue
Block a user