mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
refactor: use snake-case for file names
This commit is contained in:
parent
8103c1bd21
commit
2acd84a1ec
2 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue