import { theme } from "antd"; import React from "react"; import packageJson from "../../../package.json"; const Version = () => { const { token: { colorPrimary }, } = theme.useToken(); return (