mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Fix remaining warnings and remove leave necessary social links
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
import { FC } from 'react';
|
||||
import { ThemeProvider, DefaultTheme } from 'styled-components';
|
||||
|
||||
const Shared: FC = ({ children }) => {
|
||||
const Shared = ({ children }: { children: React.ReactNode }) => {
|
||||
const theme: DefaultTheme = {
|
||||
colors: {
|
||||
dark: {
|
||||
|
||||
Reference in New Issue
Block a user