Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Aug 30, 2023
1 parent 0c3503c commit b87cc6a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import rabbit from "../../../assets/animals/rabbit-min.png";
import useAboutConfig from "../hooks/useConfigAbout";
import "./AboutContent.css";
import { defaults } from "../../../Default";
import SectionTitle from "../../../global_components/SectionTitle";


const Introduction = (headerTextAlignment: string) => {
switch (headerTextAlignment) {
Expand Down

0 comments on commit b87cc6a

Please sign in to comment.