peliprint/resources/scripts/blueprint/components/Server/Schedules/Edit/BeforeEdit.tsx

11 lines
138 B
TypeScript
Raw Normal View History

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