Remove accidental date-fns import
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s
This commit is contained in:
parent
2e8f67f54d
commit
3b535f3d61
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import { useState, useEffect, useCallback, useRef, useMemo } from 'react';
|
import { useState, useEffect, useCallback, useRef, useMemo } from 'react';
|
||||||
import { formatDistanceToNow } from 'date-fns';
|
|
||||||
import { motion, AnimatePresence } from 'framer-motion';
|
import { motion, AnimatePresence } from 'framer-motion';
|
||||||
import {
|
import {
|
||||||
Folder as LucideFolder, File, Search, Pin, Trash2, HardDrive, Settings,
|
Folder as LucideFolder, File, Search, Pin, Trash2, HardDrive, Settings,
|
||||||
|
|
|
||||||
Reference in a new issue