mirror of
https://github.com/wireadmin/wireadmin
synced 2025-06-26 18:28:06 +00:00
chore
This commit is contained in:
@@ -7,12 +7,10 @@ import useSWRMutation from "swr/mutation";
|
||||
import { AddressSchema, DnsSchema, MtuSchema, NameSchema, PortSchema, TypeSchema } from "@lib/schemas/WireGuard";
|
||||
import { zodErrorMessage } from "@lib/zod";
|
||||
|
||||
export type CreateClientModalProps = {}
|
||||
|
||||
const CreateClientModal = React.forwardRef<
|
||||
SmartModalRef,
|
||||
CreateClientModalProps
|
||||
>((props, ref) => {
|
||||
{}
|
||||
>((_, ref) => {
|
||||
|
||||
|
||||
const [ notificationApi, contextHolder ] = notification.useNotification()
|
||||
|
||||
@@ -20,7 +20,7 @@ export default function PageHeader(props: PageHeaderProps) {
|
||||
|
||||
<div className={'flex items-center gap-x-2'}>
|
||||
<Link
|
||||
href={'https://github.com/shahradelahi/tsetmc-client'}
|
||||
href={'https://github.com/shahradelahi/wireadmin'}
|
||||
title={'Giv me a star on Github'}
|
||||
>
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user