mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +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 { SiKalilinux, SiPostman } from "react-icons/si";
|
||||||
import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js";
|
import { mdiArch, mdiConsole, mdiLinux, mdiUbuntu } from "@mdi/js";
|
||||||
export function SkillSet() {
|
export function SkillSet() {
|
||||||
return (
|
return <p>meow</p>;
|
||||||
<p>meow</p>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
export function TechStack() {
|
export function TechStack() {
|
||||||
return (
|
return <p>meow</p>;
|
||||||
<p>meow</p>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
export default function () {
|
export default function () {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue