peliprint/resources/scripts/blueprint/components/Server/Terminal/ConsoleCommandRow.tsx

11 lines
138 B
TypeScript
Raw Normal View History

2024-05-04 19:38:34 -04:00
import React from 'react';
/* blueprint/import */
export default () => {
return (
<>
{/* blueprint/react */}
</>
);
};