[Refactor] Change the way import. and also move useWindow.js to logics.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import styles from "./OpenSettings.module.scss";
|
||||
import ConfigurationSvg from "@images/configuration.svg?react";
|
||||
|
||||
import { useWindow } from "@utils/useWindow";
|
||||
import { useWindow } from "@logics/useWindow";
|
||||
|
||||
export const OpenSettings = () => {
|
||||
const { createConfigWindow } = useWindow();
|
||||
|
||||
Reference in New Issue
Block a user