mirror of
https://github.com/fergalmoran/mixyboos.git
synced 2025-12-22 09:41:39 +00:00
9 lines
206 B
TypeScript
9 lines
206 B
TypeScript
import MixCreateComponent from "@/lib/components/mix/create/MixCreateComponent";
|
|
import React from "react";
|
|
|
|
const MixCreatePage = () => {
|
|
return <MixCreateComponent />;
|
|
};
|
|
|
|
export default MixCreatePage;
|