Skip to content

Commit

Permalink
refactor: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hiporox committed May 7, 2024
1 parent a0cbf81 commit 33297ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/common/ui/templates/space/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import React from "react";
import DefaultGrid from "@/fidgets/layout/grids/defaultGrid";
import Gallery from "@/fidgets/ui/gallery";
import Feed from "@/pages/feed";
import GridLayout from "react-grid-layout";
import React, { ReactElement, useState } from 'react';
import React, { ReactElement } from 'react';
import _ from "lodash";
import RGL, { WidthProvider } from "react-grid-layout";

Expand Down
2 changes: 1 addition & 1 deletion src/fidgets/ui/frameFidget.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState } from 'react';
import React, { useState } from 'react';
import { FaGear } from "react-icons/fa6";
import Modal from "@/common/ui/components/Modal";
import Frame from '@/common/ui/molecules/Frame';
Expand Down

0 comments on commit 33297ae

Please sign in to comment.