Added basic parts ordering window on job lines.

This commit is contained in:
Patrick Fic
2020-02-13 12:28:50 -08:00
parent 5b873146b8
commit 70259eb0d4
11 changed files with 171 additions and 130 deletions

View File

@@ -0,0 +1,5 @@
import React from "react";
export default function PartsOrderModalComponent() {
return <div>Component</div>;
}