Skip to content
Snippets Groups Projects
index.tsx 262 B
Newer Older
import './projects.scss';

export default function Tasks() {
    return (
        <div className="projects-page">
            <div className="content-container">
                <h1 className="underlined">Projects</h1>
            </div>