import { Stage, Layer, Circle } from "react-konva"; const STAGE_SIZE = 0.6; const ASPECT_RATIO = 4 / 3; function Index() { return ( ); } export default Index;