fix: fix dayjs

This commit is contained in:
SD 2024-03-27 19:16:03 +04:00
parent 24489e56d3
commit 32e9294725
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import React, { useCallback, useEffect, useState } from 'react';
import styled from 'styled-components';
import * as dayjs from 'dayjs';
import dayjs from 'dayjs';
import 'dayjs/locale/ru';
import 'dayjs/locale/en';
import 'dayjs/locale/de';

View File

@ -14,6 +14,7 @@
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",