Added missing template.

This commit is contained in:
Patrick Fic
2021-06-25 12:06:35 -07:00
parent 2172cc2d04
commit 630dacd8bf
9 changed files with 75 additions and 34 deletions

View File

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