Skip to content
Snippets Groups Projects
example.tsx 196 B
Newer Older
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed



export function Example() {
    return (
      <>
        <div className="row mt-4">
          <div className="col-lg-8">
            
          </div>
  
        </div>
      </>
    );
  }