peliprint/resources/scripts/blueprint/components/Dashboard/ServerRow/BeforeEntryDescription.tsx

10 lines
138 B
TypeScript

import React from 'react';
/* blueprint/import */
export default () => {
return (
<>
{/* blueprint/react */}
</>
);
};