Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
k70suK3-k06a7ash1 committed Feb 24, 2025
1 parent 3fb340d commit eb32817
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion src/components/features/setTemplateModal/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { type Dispatch, type DispatchWithoutAction, useState } from "react";
import {} from "react";
import { ApplyTemplateIcon } from "@/components/atoms/icon/ApplyTemplateIcon";
import { CancelIcon } from "@/components/atoms/icon/CancelIcon";
import { Spacer } from "@/components/atoms/Spacer";
Expand Down
17 changes: 0 additions & 17 deletions src/components/features/setTemplateModal/style.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/features/drag-and-drop/lib/reSortArrayElements.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ContentType } from "@/types";
import type { ContentType } from "@/types";

export const reSortArrayElements = (
array: ContentType[],
Expand Down

0 comments on commit eb32817

Please sign in to comment.