mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Refactoring components
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { FC, useContext } from 'react';
|
||||
import { useContext } from 'react';
|
||||
import { ThemeContext } from '../../styles/theme';
|
||||
import { StyledFooter } from './styles';
|
||||
import IconButton from '../../components/IconButton';
|
||||
import IconButton from '../IconButton';
|
||||
|
||||
const Footer: FC = () => {
|
||||
const Footer = () => {
|
||||
const { mode } = useContext(ThemeContext);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user