2
0
mirror of https://github.com/status-im/consul.git synced 2025-02-19 09:07:59 +00:00
Ronald 9d21736e9f
Add UI copyright headers files ()
* Add copyright headers to UI files

* Ensure copywrite file ignores external libs
2023-03-14 09:18:55 -04:00

8 lines
171 B
JavaScript

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import Controller from './edit';
export default class CreateController extends Controller {}