mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed deps
This commit is contained in:
parent
7bcb33b0d0
commit
981cbe81d9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import React, { VFC } from 'react';
|
import React, { VFC } from 'react';
|
||||||
|
|
||||||
import { parseISO } from 'date-fns/esm';
|
import { parseISO } from 'date-fns';
|
||||||
|
|
||||||
import { StatsCountdownCard } from '~/components/charts/StatsCountdownCard';
|
import { StatsCountdownCard } from '~/components/charts/StatsCountdownCard';
|
||||||
import { StatsGraphCard } from '~/components/charts/StatsGraphCard';
|
import { StatsGraphCard } from '~/components/charts/StatsGraphCard';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue