import React from "react";
import { Box } from "theme-ui";
function Tokens() {
return <Box bg="background" sx={{ width: "128px", minWidth: "128px" }} />;
}
export default Tokens;