mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 09:50:15 +01:00
👤 fix: Create User with timestamps (#3070)
* 👤 fix: Create User with timestamps
* chore: fix lint script to ignore venv
* chore: linting
This commit is contained in:
parent
bcaa7d5d29
commit
04502e9525
4 changed files with 11 additions and 12 deletions
|
|
@ -5,7 +5,6 @@ import { Constants } from 'librechat-data-provider';
|
|||
import { useGetStartupConfig } from 'librechat-data-provider/react-query';
|
||||
import { useLocalize } from '~/hooks';
|
||||
|
||||
|
||||
export default function Footer({ className }: { className?: string }) {
|
||||
const { data: config } = useGetStartupConfig();
|
||||
const localize = useLocalize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue