Skip to content

Commit 27a0942

Browse files
enhancement(lint): Fix lint errors for src/components/AboutPage/SkillSet.tsx
Co-authored-by: NeonGamerBot-QK <[email protected]> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
1 parent 2f0fa22 commit 27a0942

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/AboutPage/SkillSet.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ import "./skillset.css";
3131
// import { SiKalilinux, SiPostman } from "react-icons/si";
3232
import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js";
3333
export function SkillSet() {
34-
return (
35-
<p>meow</p>
36-
);
34+
return <p>meow</p>;
3735
}
3836
export function TechStack() {
39-
return (
40-
<p>meow</p>
41-
);
37+
return <p>meow</p>;
4238
}
4339
export default function () {
4440
return (

0 commit comments

Comments
 (0)