refactor(layout): consolidate Footer component import into Header/Footer from '@ciphera-net/ui' and remove redundant Footer file

This commit is contained in:
Usman Baig
2026-01-23 17:33:38 +01:00
parent d9ac3ece55
commit 794523fa81
2 changed files with 1 additions and 36 deletions

View File

@@ -1,7 +1,6 @@
'use client'
import { Header } from '@ciphera-net/ui'
import { Footer } from '@/components/Footer'
import { Header, Footer } from '@ciphera-net/ui'
import { useAuth } from '@/lib/auth/context'
import Link from 'next/link'
import { useEffect, useState } from 'react'