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

8 lines
148 B
TypeScript
Raw Normal View History

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