|
@@ -1,12 +1,10 @@
|
|
|
import React from 'react';
|
|
import React from 'react';
|
|
|
|
|
|
|
|
-import { IUser } from '@growi/core';
|
|
|
|
|
import { useTranslation } from 'next-i18next';
|
|
import { useTranslation } from 'next-i18next';
|
|
|
|
|
|
|
|
import { useCsrfToken, useCurrentUser } from '../../stores/context';
|
|
import { useCsrfToken, useCurrentUser } from '../../stores/context';
|
|
|
|
|
|
|
|
type InvitedFormProps = {
|
|
type InvitedFormProps = {
|
|
|
- user: IUser,
|
|
|
|
|
invitedFormUsername?: string,
|
|
invitedFormUsername?: string,
|
|
|
invitedFormName?: string,
|
|
invitedFormName?: string,
|
|
|
}
|
|
}
|