open-nomad/ui/mirage/models/region.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
152 B
JavaScript
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2018-08-10 02:57:21 +00:00
import { Model } from 'ember-cli-mirage';
export default Model.extend();