api(application): add includes for MountTransformer

This commit is contained in:
Matthew Penner 2021-01-13 09:52:04 -07:00
parent d648ee5c93
commit ba41fb5095
3 changed files with 99 additions and 3 deletions

View file

@ -1,6 +1,7 @@
import React from 'react';
import Can from '@/components/elements/Can';
import ScreenBlock from '@/components/screens/ScreenBlock';
export interface RequireServerPermissionProps {
permissions: string | string[]
}