Skip to content

Commit

Permalink
chore: Move EditHistory to sidebar folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 17, 2024
1 parent 3297a11 commit 080e6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import DelayedLoadingIndicator from "components/DelayedLoadingIndicator";
import React, { useState } from "react";
import { FONT_WEIGHT_SEMI_BOLD } from "theme";

import { formatLastEditDate } from "..";
import { useStore } from "../lib/store";
import { useStore } from "../../lib/store";
import { Operation } from "types";
import { formatLastEditDate } from "../../utils";

const TooltipWrap = styled(({ className, ...props }: TooltipProps) => (
<Tooltip {...props} placement="left-start" classes={{ popper: className }} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import Caret from "ui/icons/Caret";
import Input from "ui/shared/Input";

import Questions from "../../../Preview/Questions";
import EditHistory from "./../EditHistory";
import { useStore } from "../../lib/store";
import EditHistory from "./EditHistory";

type SidebarTabs = "PreviewBrowser" | "History";

Expand Down

0 comments on commit 080e6a6

Please sign in to comment.