Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert change
  • Loading branch information
raheeliftikhar5 committed Apr 2, 2024
commit aff6aa99d6faae6d339db10becf4030653f9e0fe
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { BottomSkeleton } from "pages/editor/bottom/BottomContent";
import RightPanel from "pages/editor/right/RightPanel";
import _ from "lodash";
import styled from "styled-components";
import { default as Skeleton } from "antd/lib/skeleton";
import { default as Spin } from "antd/lib/spin";
import { default as Skeleton } from "antd/es/skeleton";
import { default as Spin } from "antd/es/spin";
import { useTemplateViewMode, useUserViewMode } from "util/hooks";
import { ProductLoading } from "components/ProductLoading";

Expand Down