Remove accidental date-fns import
All checks were successful
Automated Container Build / build-and-push (push) Successful in 32s

This commit is contained in:
Elijah 2026-05-23 09:23:08 -07:00
parent 2e8f67f54d
commit 3b535f3d61

View file

@ -1,7 +1,6 @@
'use client';
import { useState, useEffect, useCallback, useRef, useMemo } from 'react';
import { formatDistanceToNow } from 'date-fns';
import { motion, AnimatePresence } from 'framer-motion';
import {
Folder as LucideFolder, File, Search, Pin, Trash2, HardDrive, Settings,