Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit e24cf27

Browse files
committed
- Cleaned up using eslint --fix
- Fixed relative improt of css file (wrong case)
1 parent c45769e commit e24cf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/image/gif/GifNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import "./GifNode.styles.css";
1+
import "./gifNode.styles.css";
22
import { GraphNode } from "@/features/graph/graphview";
33
import React, { useEffect, useState } from "react";
44
import { useDispatch } from "react-redux";

0 commit comments

Comments
 (0)