Files
bodyshop/client/src/utils/TemplateSpecial.jsx
Dave Richer e83badb454 - the great reformat
Signed-off-by: Dave Richer <dave@imexsystems.ca>
2024-02-06 18:20:58 -05:00

6 lines
90 B
JavaScript

import React from "react";
export function PartsLabelMulti() {
return <div></div>;
}