mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
path2
This commit is contained in:
parent
2ba5a8c01b
commit
511f650696
@ -1,7 +1,8 @@
|
||||
// UsageStats.tsx
|
||||
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import { getAvailableDateKeys, getSignInCountForPeriod, getDetailsByUser } from './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