"use strict";
import React from "react";
import { Alert } from "../../";
export default (
This is a {"primary"} alert—check it out!
This is a {"secondary"} alert—check it out!
This is a {"success"} alert—check it out!
This is a {"danger"} alert—check it out!
This is a {"warning"} alert—check it out!
This is a {"light"} alert—check it out!
This is a {"dark"} alert—check it out!
);