Add label picker
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Component, ReactNode } from "react";
|
||||
|
||||
interface IPickerListProps {}
|
||||
|
||||
class PickerList extends Component<IPickerListProps> {
|
||||
|
||||
public render(): ReactNode {
|
||||
return <div></div>
|
||||
}
|
||||
}
|
||||
|
||||
export { PickerList }
|
||||
Reference in New Issue
Block a user