This commit is contained in:
typescreep
2025-08-16 19:10:30 +03:00
parent a2f1cd183f
commit 400c2e92b8
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
"@ant-design/icons": "5.6.0",
"@monaco-editor/react": "4.6.0",
"@originjs/vite-plugin-federation": "1.3.6",
"@prorobotech/openapi-k8s-toolkit": "^0.0.1-alpha.103",
"@prorobotech/openapi-k8s-toolkit": "0.0.1-alpha.103",
"@readme/openapi-parser": "4.0.0",
"@reduxjs/toolkit": "2.2.5",
"@tanstack/react-query": "5.62.2",

View File

@@ -1,6 +1,6 @@
/* eslint-disable max-lines-per-function */
import React, { FC } from 'react'
import { theme, Flex, Typography } from 'antd'
import { theme, Typography } from 'antd'
import { Styled } from './styled'
export const Search: FC = () => {