#![allow(non_snake_case)]
use yew::prelude::*;
#[derive(PartialEq, Properties)]
pub struct SourcePlateProps {
pub width: u8,
pub height: u8,
}
#[function_component]
pub fn SourcePlate(props: &SourcePlateProps) -> Html {
let m_start_handle: UseStateHandle