fix: update package info

This commit is contained in:
sriram veeraghanta 2024-05-16 17:51:10 +05:30
parent 1ad7011aac
commit 669faf7c72
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
"use client";
import React, { FC, useEffect, useState } from "react";
import { observer } from "mobx-react";
import { observer } from "mobx-react-lite";
import { useSearchParams } from "next/navigation";
import { IEmailCheckData } from "@plane/types";
// components

View File

@ -1,7 +1,7 @@
"use client";
import React, { useEffect, useMemo, useState } from "react";
import { observer } from "mobx-react";
import { observer } from "mobx-react-lite";
import { Eye, EyeOff, XCircle } from "lucide-react";
import { Button, Input, Spinner } from "@plane/ui";
// components

View File

@ -1,4 +1,4 @@
import { observer } from "mobx-react";
import { observer } from "mobx-react-lite";
// components
import { GithubOAuthButton, GoogleOAuthButton } from "@/components/account";
// hooks