hierarchical-estimates-visu.../packages/webpage-refactor/components/title.js
2022-06-18 20:14:07 -04:00

6 lines
148 B
JavaScript

import React, { useState } from "react";
export function Title() {
return <h1 className="text-6xl font-bold ">Utility Function Extractor</h1>;
}