Skip to content

Commit

Permalink
chore: copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmenendez committed Dec 27, 2024
1 parent 05a7abd commit c639cf2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ibm-products/src/global/js/hooks/useOverflowItems.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright IBM Corp. 2024, 2025
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/

import { useState, useRef, ForwardedRef } from 'react';
import { useResizeObserver } from './useResizeObserver';

Expand Down

0 comments on commit c639cf2

Please sign in to comment.