chore: rename folders

This commit is contained in:
Steven
2023-06-23 11:57:15 +08:00
parent 591edfc62d
commit 4d0bdc9b97
15 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { Link, useNavigate } from "react-router-dom";
import { useAppSelector } from "../store";
import { useAppSelector } from "../stores";
import { userService } from "../services";
import Icon from "./Icon";
import Dropdown from "./common/Dropdown";

View File

@@ -4,7 +4,7 @@ import { useState } from "react";
import { toast } from "react-hot-toast";
import { UNKNOWN_ID } from "../helpers/consts";
import { shortcutService } from "../services";
import { useAppSelector } from "../store";
import { useAppSelector } from "../stores";
import { absolutifyLink } from "../helpers/utils";
import { showCommonDialog } from "./Alert";
import Icon from "./Icon";