diff options
Diffstat (limited to 'src/plugins/callTimer.tsx')
-rw-r--r-- | src/plugins/callTimer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/callTimer.tsx b/src/plugins/callTimer.tsx index f745bf6..9490eba 100644 --- a/src/plugins/callTimer.tsx +++ b/src/plugins/callTimer.tsx @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { Settings } from "@api/settings"; +import { Settings } from "@api/Settings"; import ErrorBoundary from "@components/ErrorBoundary"; import { Devs } from "@utils/constants"; import definePlugin, { OptionType } from "@utils/types"; |