mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: some style
This commit is contained in:
parent
eab1519c3e
commit
f83bf109fc
@ -2,7 +2,6 @@ import { usePublishContext } from '@/application/publish';
|
||||
import Outline from '@/components/publish/outline/Outline';
|
||||
import { Divider, PopperPlacementType } from '@mui/material';
|
||||
import React, { ReactElement, useMemo } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import RichTooltip from 'src/components/_shared/popover/RichTooltip';
|
||||
import { ReactComponent as Logo } from '@/assets/logo.svg';
|
||||
import { ReactComponent as AppflowyLogo } from '@/assets/appflowy.svg';
|
||||
@ -23,7 +22,6 @@ export function OutlinePopover({
|
||||
onMouseLeave?: () => void;
|
||||
}) {
|
||||
const viewMeta = usePublishContext()?.viewMeta;
|
||||
const { t } = useTranslation();
|
||||
|
||||
const content = useMemo(() => {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user