hierarchical-estimates-visu.../packages/webpage-refactor/components/title.js

6 lines
147 B
JavaScript
Raw Normal View History

2022-06-17 17:44:08 +00:00
import React, { useState } from "react";
export function Title() {
return <h1 className="text-6xl font-bold">Utility Function Extractor</h1>;
}