Skip to content

Commit d6794aa

Browse files
committed
linting
1 parent 670d1b4 commit d6794aa

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/components/About.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from "react";
2-
31
const About = () => {
42
return (
53
<section id="about" className="section section--light">

src/components/Footer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from "react";
2-
31
const Footer = () => {
42
return (
53
<section className="footer">

src/components/Projects.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from "react";
2-
31
const Projects = () => {
42
return (
53
<section id="projects" className="section section--light">

0 commit comments

Comments
 (0)