fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -2,16 +2,16 @@ import { ReactElement, useState } from "react";
|
|||
import { observer } from "mobx-react";
|
||||
//hooks
|
||||
import { Button } from "@plane/ui";
|
||||
import { PageHead } from "components/core";
|
||||
import { SidebarHamburgerToggle } from "components/core/sidebar/sidebar-menu-hamburger-toggle";
|
||||
import { ProfileActivityListPage } from "components/profile";
|
||||
import { useApplication } from "hooks/store";
|
||||
import { PageHead } from "@/components/core";
|
||||
import { SidebarHamburgerToggle } from "@/components/core/sidebar/sidebar-menu-hamburger-toggle";
|
||||
import { ProfileActivityListPage } from "@/components/profile";
|
||||
import { useApplication } from "@/hooks/store";
|
||||
// layouts
|
||||
import { ProfileSettingsLayout } from "layouts/settings-layout";
|
||||
import { ProfileSettingsLayout } from "@/layouts/settings-layout";
|
||||
// components
|
||||
// ui
|
||||
// type
|
||||
import { NextPageWithLayout } from "lib/types";
|
||||
import { NextPageWithLayout } from "@/lib/types";
|
||||
|
||||
const PER_PAGE = 100;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue