This commit is contained in:
parent
0443185899
commit
4c4411843a
|
|
@ -12,7 +12,7 @@ import toast from "react-hot-toast";
|
|||
import md5 from "md5";
|
||||
|
||||
|
||||
import getService from '@/lib/http/service';
|
||||
import { getService } from '@/lib/http/service';
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export function EmailSignIn(props: {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import toast from "react-hot-toast";
|
|||
import md5 from "md5";
|
||||
|
||||
|
||||
import getService from '@/lib/http/service';
|
||||
import { getService } from '@/lib/http/service';
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export function MixSignIn(props: {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import { Loading } from "@/components/ui/loading";
|
|||
import { toast } from "@/components/ui/toaster";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { OTPInput, SlotProps } from "input-otp";
|
||||
import getService from "@/lib/http/service";
|
||||
import { getService } from "@/lib/http/service";
|
||||
import md5 from "md5";
|
||||
import { useTranslation } from "react-i18next";
|
||||
// import { Minus } from "lucide-react";
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { FadeInStagger } from "@/components/landing/fade-in";
|
|||
import { Input } from "@/components/ui/input";
|
||||
import { toast } from "@/components/ui/toaster";
|
||||
import { useRouter } from "next/navigation";
|
||||
import getService from "@/lib/http/service";
|
||||
import { getService } from "@/lib/http/service";
|
||||
|
||||
import Image from 'next/image';
|
||||
import showImage from '@/components/images/show.png';
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { FadeInStagger } from "@/components/landing/fade-in";
|
|||
import { Input } from "@/components/ui/input";
|
||||
import { toast } from "@/components/ui/toaster";
|
||||
import { useRouter } from "next/navigation";
|
||||
import getService from "@/lib/http/service";
|
||||
import { getService } from "@/lib/http/service";
|
||||
|
||||
import Image from 'next/image';
|
||||
import showImage from '@/components/images/show.png';
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import Link from "next/link";
|
|||
import { notFound } from "next/navigation";
|
||||
|
||||
import { BLOG_PATH, getContentData, getFilePaths, getPost, getPostContent } from "@/lib/mdx-helper";
|
||||
import getService from "@/lib/http/service";
|
||||
import { getService } from "@/lib/http/service";
|
||||
import { Header, NavBack, TimeP } from "@/components/header";
|
||||
import { baseTitle, baseURL, keywordsRoot } from "@/lib/metadata";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import Link from "next/link";
|
|||
import { notFound } from "next/navigation";
|
||||
|
||||
import { BLOG_PATH, getContentData, getFilePaths, getPost, getQAContent } from "@/lib/mdx-helper";
|
||||
import getService from "@/lib/http/service";
|
||||
import { getService } from "@/lib/http/service";
|
||||
import { Header, NavBack, TimeP } from "@/components/header";
|
||||
import { baseTitle, baseURL, keywordsRoot } from "@/lib/metadata";
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import { Header, NavBack } from "@/components/header";
|
|||
import { Footer } from "@/components/footer";
|
||||
import { Button, Checkbox, Form, GetProp, Input, Radio, RadioChangeEvent, Space } from "antd";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
import getService from "@/lib/http/service";
|
||||
import { getService } from "@/lib/http/service";
|
||||
import toast from 'react-hot-toast';
|
||||
import { UserData } from "@/components/user-menu";
|
||||
import { useLocalStorage } from "@/lib/hooks/use-local-storage";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import React, { useEffect, useRef, useState } from 'react';
|
|||
|
||||
|
||||
|
||||
import getService from '@/lib/http/service';
|
||||
import { getService } from '@/lib/http/service';
|
||||
import toast from 'react-hot-toast';
|
||||
import { Button } from '../ui/button';
|
||||
import { useRouter } from 'next/navigation';
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import Link from "next/link";
|
|||
import { Container } from "@/components/landing/container";
|
||||
import { FadeIn } from "@/components/landing/fade-in";
|
||||
import { NewsletterForm } from "@/components/landing/newsletter";
|
||||
import getService from '@/lib/http/service';
|
||||
import { getService } from '@/lib/http/service';
|
||||
import { useLocalStorage } from '@/lib/hooks/use-local-storage';
|
||||
import { UserData } from './user-menu';
|
||||
import toast from 'react-hot-toast';
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import {
|
|||
DropdownMenuTrigger
|
||||
} from '@/components/ui/dropdown-menu'
|
||||
import { sync } from 'framer-motion'
|
||||
import getService from '@/lib/http/service'
|
||||
import { getService } from '@/lib/http/service'
|
||||
import React from 'react'
|
||||
import toast from 'react-hot-toast'
|
||||
import { useRouter } from 'next/navigation'
|
||||
|
|
|
|||
Loading…
Reference in New Issue