Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Jan 21, 2022
1 parent e366e0d commit 7620919
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/dashboard/src/admin/Settings.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Copyright (c) 2022 Gitpod GmbH. All rights reserved.
* Licensed under the GNU Affero General Public License (AGPL).
* See License-AGPL.txt in the project root for license information.
*/

import { AdminGetListResult, WorkspaceAndInstance } from "@gitpod/gitpod-protocol";
import { useState } from "react";
import CheckBox from "../components/CheckBox";
Expand Down

0 comments on commit 7620919

Please sign in to comment.