This repository has been archived on 2025-10-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
helse-sprik/frontend/src/components/Skillelinje.tsx
2023-08-03 10:40:28 +02:00

8 lines
No EOL
148 B
TypeScript

const Skillelinje = () => {
return (
<div className="h-1 bg-gray-200 my-3 rounded-lg w-full"></div>
)
}
export default Skillelinje