mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 16:25:19 +00:00
🚧 wip: label
This commit is contained in:
7
src/components/CreateEditOrgLabelForm.tsx
Normal file
7
src/components/CreateEditOrgLabelForm.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
"use client";
|
||||
|
||||
export type CreateEditOrgLabelProps = {};
|
||||
|
||||
export function CreateEditOrgLabel({}: CreateEditOrgLabelProps) {
|
||||
return <></>;
|
||||
}
|
||||
Reference in New Issue
Block a user