import { styled } from "@stitches/react";
export const CompRoot = styled('div',{
backgroundColor: '$lightblue'
});
