1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

new script for publishing

This commit is contained in:
Kyle Spearrin
2018-01-06 22:19:10 -05:00
parent 2b4cd3fba7
commit 66aa1a783d
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { DeviceType } from '../enums/deviceType.enum';
import { DeviceType } from '../enums/deviceType';
export interface PlatformUtilsService {
getDevice(): DeviceType;