product key page

This commit is contained in:
Matt Hill
2021-08-12 13:56:44 -06:00
committed by Aiden McClelland
parent f61637f86f
commit eb03d1ed04
15 changed files with 3116 additions and 2194 deletions

View File

@@ -5,7 +5,7 @@ import { StateService } from 'src/app/services/state.service'
import { PasswordPage } from '../password/password.page'
@Component({
selector: 'embassy',
selector: 'app-embassy',
templateUrl: 'embassy.page.html',
styleUrls: ['embassy.page.scss'],
})