mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Co-authored-by: Phil Renaud <phil@riotindustries.com> Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
import { Model } from 'ember-cli-mirage';
|
|
|
|
export default Model.extend({});
|