import React from "react"
import { EnterpriseBullets } from "./enterprise-bullets"

export const EnterpriseBulletsExample = () => (
  <EnterpriseBullets data-testid="test-bullets" />
)
