diff options
author | crupest <crupest@outlook.com> | 2022-05-02 18:32:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-02 18:32:06 +0800 |
commit | 28ee8811b60e782f1b8d556f5c73f64d49d1707b (patch) | |
tree | 1bc0ae9f92594f5e9af732a13910c999621dee6f | |
parent | de958ef2ac6ae183346fb30a0ebb206735a37863 (diff) | |
download | timeline-28ee8811b60e782f1b8d556f5c73f64d49d1707b.tar.gz timeline-28ee8811b60e782f1b8d556f5c73f64d49d1707b.tar.bz2 timeline-28ee8811b60e782f1b8d556f5c73f64d49d1707b.zip |
...
-rw-r--r-- | FrontEnd/src/views/settings/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/settings/index.tsx b/FrontEnd/src/views/settings/index.tsx index cf3aa259..3cd5d889 100644 --- a/FrontEnd/src/views/settings/index.tsx +++ b/FrontEnd/src/views/settings/index.tsx @@ -1,7 +1,7 @@ import React, { useState } from "react"; import { useNavigate } from "react-router-dom"; import { useTranslation } from "react-i18next"; -import classNames from "classNames"; +import classNames from "classnames"; import { convertI18nText, I18nText, UiLogicError } from "@/common"; import { useUser, userService } from "@/services/user"; |