diff options
| author | Tyler <[email protected]> | 2025-04-18 17:44:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-18 17:44:24 -0700 |
| commit | 4354458cadc74fe85f885374506dbde0f1924bc9 (patch) | |
| tree | cae97488fc2674e283f0435a81c803fe20a4b200 /packages/cli/src/ui/hooks/useLoadingIndicator.ts | |
| parent | e75f0722e7cc780659951baee058095ed2916a9e (diff) | |
Add apache2 SPDX headers to all source files (#48)
Diffstat (limited to 'packages/cli/src/ui/hooks/useLoadingIndicator.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useLoadingIndicator.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/useLoadingIndicator.ts b/packages/cli/src/ui/hooks/useLoadingIndicator.ts index 7641cd01..1dab9756 100644 --- a/packages/cli/src/ui/hooks/useLoadingIndicator.ts +++ b/packages/cli/src/ui/hooks/useLoadingIndicator.ts @@ -1,3 +1,9 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + import { useState, useEffect, useRef } from 'react'; import { WITTY_LOADING_PHRASES, |
