Lint
This commit is contained in:
@@ -5,11 +5,10 @@ import LinkIcon from "@mui/icons-material/Link";
|
||||
import PeopleIcon from "@mui/icons-material/People";
|
||||
import { SetCollectionNamerAttributes } from "components/Collections/CollectionNamer";
|
||||
import CollectionOptions from "components/Collections/CollectionOptions";
|
||||
import { CollectionSummaryType } from "utils/collection";
|
||||
import type { Dispatch, SetStateAction } from "react";
|
||||
import { Collection, CollectionSummary } from "types/collection";
|
||||
import { SetFilesDownloadProgressAttributesCreator } from "types/gallery";
|
||||
import { shouldShowOptions } from "utils/collection";
|
||||
import { CollectionSummaryType, shouldShowOptions } from "utils/collection";
|
||||
import { CollectionInfo } from "./CollectionInfo";
|
||||
import { CollectionInfoBarWrapper } from "./styledComponents";
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ import { CustomError } from "@ente/shared/error";
|
||||
import useMemoSingleThreaded from "@ente/shared/hooks/useMemoSingleThreaded";
|
||||
import { styled } from "@mui/material";
|
||||
import PhotoViewer from "components/PhotoViewer";
|
||||
import { TRASH_SECTION } from "utils/collection";
|
||||
import { useRouter } from "next/router";
|
||||
import { GalleryContext } from "pages/gallery";
|
||||
import PhotoSwipe from "photoswipe";
|
||||
@@ -19,6 +18,7 @@ import {
|
||||
SelectedState,
|
||||
SetFilesDownloadProgressAttributesCreator,
|
||||
} from "types/gallery";
|
||||
import { TRASH_SECTION } from "utils/collection";
|
||||
import {
|
||||
handleSelectCreator,
|
||||
updateFileMsrcProps,
|
||||
|
||||
Reference in New Issue
Block a user