fix: Remove image float and positioning options in comments (#5014)

* cleanup

* Split Image into SimpleImage

* ts
This commit is contained in:
Tom Moor
2023-03-09 22:17:16 -05:00
committed by GitHub
parent 8fc4cb846a
commit e786888dfb
17 changed files with 764 additions and 609 deletions

View File

@@ -22,7 +22,7 @@ import {
} from "outline-icons";
import * as React from "react";
import styled from "styled-components";
import Image from "@shared/editor/components/Image";
import Image from "@shared/editor/components/Img";
import { MenuItem } from "@shared/editor/types";
import { Dictionary } from "~/hooks/useDictionary";
import { metaDisplay } from "~/utils/keyboard";