import React from 'react';
import Switch from 'terra-switch';

const DefaultSwitch = () => (
  <Switch
    labelText="Label"
    className="default-switch"
  />
);

export default DefaultSwitch;
