Skip to content

Commit 655d10f

Browse files
committed
fix(SplashViz): resolve import order and named import lint issues
1 parent 176b794 commit 655d10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SplashViz/SplashViz.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Import External Dependencies
2+
import { clsx } from "clsx";
23
import { Component } from "react";
3-
import clsx from "clsx";
44

55
// Load Images
66

0 commit comments

Comments
 (0)