refactor: use snake-case for file names

This commit is contained in:
Julian Tölle 2023-05-19 22:39:10 +02:00
parent 8103c1bd21
commit 2acd84a1ec
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import React, { useCallback, useRef, useState } from "react";
import { Link } from "react-router-dom";
import { User } from "../api/entities/user";
import { useAuth } from "../hooks/use-auth";
import { useOutsideClick } from "../hooks/useOutsideClick";
import { useOutsideClick } from "../hooks/use-outside-click";
import { CogwheelIcon } from "../icons/Cogwheel";
import { SpotifyLogo } from "../icons/Spotify";