Skip to content

Commit

Permalink
Update Year in Agent Relevant .tsx files (#220)
Browse files Browse the repository at this point in the history
update year
  • Loading branch information
mvanniasingheTT authored and Mithun Vanniasinghe committed Mar 3, 2025
1 parent 18f7499 commit a2c2fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/components/chatui/ChatComponent.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
// SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
import { useState, useEffect, useCallback } from "react";
import { motion, AnimatePresence } from "framer-motion";
import { Card } from "../ui/card";
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/components/chatui/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
// SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
import React from "react";
import { useState } from "react";
import {
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/src/components/chatui/runInference.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: © 2024 Tenstorrent AI ULC
// SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC

import {
InferenceRequest,
Expand Down

0 comments on commit a2c2fbe

Please sign in to comment.