mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-04 00:56:40 +07:00
fix eslint
This commit is contained in:
parent
e4b158dada
commit
a26e4168fd
80 changed files with 199 additions and 205 deletions
|
@ -1,14 +1,14 @@
|
|||
import { useCallback, useEffect } from "react";
|
||||
import { useEffect } from 'react';
|
||||
|
||||
import isBefore from "date-fns/isBefore";
|
||||
import isBefore from 'date-fns/isBefore';
|
||||
|
||||
import { useRandomPhrase } from "~/constants/phrases";
|
||||
import { useLastSeenBoris } from "~/hooks/auth/useLastSeenBoris";
|
||||
import { useBorisStats } from "~/hooks/boris/useBorisStats";
|
||||
import { IComment } from "~/types";
|
||||
import { useRandomPhrase } from '~/constants/phrases';
|
||||
import { useLastSeenBoris } from '~/hooks/auth/useLastSeenBoris';
|
||||
import { useBorisStats } from '~/hooks/boris/useBorisStats';
|
||||
import { IComment } from '~/types';
|
||||
|
||||
export const useBoris = (comments: IComment[]) => {
|
||||
const title = useRandomPhrase("BORIS_TITLE");
|
||||
const title = useRandomPhrase('BORIS_TITLE');
|
||||
|
||||
const { lastSeen, setLastSeen } = useLastSeenBoris();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue