mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
'./utils/cloud/redisRestClient'
This commit is contained in:
parent
e45b567d1d
commit
2ba5a8c01b
@ -1,7 +1,7 @@
|
||||
// UsageStats.tsx
|
||||
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import { getAvailableDateKeys, getSignInCountForPeriod, getDetailsByUser } from './app/utils/cloud/redisRestClient';
|
||||
import { getAvailableDateKeys, getSignInCountForPeriod, getDetailsByUser } from './utils/cloud/redisRestClient';
|
||||
import styles from './UsageStats.module.scss'; // Assume you have a separate SCSS module for UsageStats
|
||||
|
||||
const UsageStats: React.FC<{ onClose: () => void }> = ({ onClose }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user