import React from 'react'

export const Example = () => {
  return <div>My first Extension Point</div>
}
