fixed eslint issues

This commit is contained in:
Austin Bennett
2025-02-21 14:51:41 -06:00
parent df5cc5f022
commit d27c355198
160 changed files with 513 additions and 72 deletions
-1
View File
@@ -1,7 +1,6 @@
'use client'
import { useState } from 'react';
import Link from 'next/link';
import Image from 'next/image';
import Logo from './Logo';
const Header = () => {