mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 02:34:20 +00:00
enhancement(lint): Fix lint errors for src/components/AboutPage/SkillSet.tsx
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f0fa2294e
commit
27a09424ef
1 changed files with 2 additions and 6 deletions
|
@ -31,14 +31,10 @@ import "./skillset.css";
|
|||
// import { SiKalilinux, SiPostman } from "react-icons/si";
|
||||
import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js";
|
||||
export function SkillSet() {
|
||||
return (
|
||||
<p>meow</p>
|
||||
);
|
||||
return <p>meow</p>;
|
||||
}
|
||||
export function TechStack() {
|
||||
return (
|
||||
<p>meow</p>
|
||||
);
|
||||
return <p>meow</p>;
|
||||
}
|
||||
export default function () {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue