2023-12-28 12:35:50 -05:00
|
|
|
import React from 'react';
|
2023-12-28 15:45:00 -05:00
|
|
|
/* blueprint/import */
|
2023-12-28 12:35:50 -05:00
|
|
|
|
|
|
|
export default () => {
|
|
|
|
return (
|
|
|
|
<>
|
2023-12-28 15:45:00 -05:00
|
|
|
{/* blueprint/react */}
|
2023-12-28 12:35:50 -05:00
|
|
|
</>
|
|
|
|
);
|
|
|
|
};
|