peliprint/resources/scripts/blueprint/extends/routers/ServerRouter.tsx

9 lines
85 B
TypeScript
Raw Normal View History

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