Skip to content

Commit

Permalink
Add missing license header.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed Jan 15, 2025
1 parent 935e9ab commit 914baa5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/overlays/ToastProvider/ToastStorage.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* Copyright (c) Fortanix, Inc.
|* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of
|* the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */

import { Timer } from '../../../util/time.ts';
import * as React from 'react';
Expand Down

0 comments on commit 914baa5

Please sign in to comment.