Management: init Client

This commit is contained in:
Viktor Fomin 2023-07-07 14:42:34 +03:00
parent a52df603c0
commit 063b504ffc

View File

@ -0,0 +1,9 @@
import React from "react";
import Branding from "./branding";
const Client = () => {
return <Branding />;
};
export default Client;