refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { useEffect, useRef } from "react";
|
||||
import type { Trail } from "../animated-trail";
|
||||
|
||||
import "./SVGLayer.scss";
|
||||
|
||||
import type { Trail } from "../animated-trail";
|
||||
|
||||
type SVGLayerProps = {
|
||||
trails: Trail[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user