Skip to content
  • This project
    • Loading...
  • Sign in

Commonwell / broker-site

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • broker-site
  • ..
  • components
  • builder.js
  • Jeff Balicki's avatar
    broken-link-checker · 1fa60b0a ...
    1fa60b0a Browse Files
    Signed-off-by: Jeff <jeff@gotenzing.com>
    Jeff Balicki committed 2023-04-11 13:07:06 -0400
builder.js 316 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
import React from 'react';

const { __ } = wp.i18n;

export function Builder( props ) {


    return(
        <div className="sui-box-builder">

            <div className="sui-box-builder-header">

            </div>

            <div className="sui-box-builder-body">


            </div>

        </div>
    )

}