fix broken reference
This commit is contained in:
parent
3781e4507a
commit
8ed519b89a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import React, { useEffect, useMemo, useState } from "react";
|
|||
import { motion } from "motion/react";
|
||||
import { Rocket } from "lucide-react";
|
||||
import DeleteButton from "src/components/ui/button/delete-button";
|
||||
import FileList from "src/components/ui/file/file-list";
|
||||
import SchematicButton from "src/components/ui/button/schematic-button";
|
||||
|
||||
export default function ChatHeader({
|
||||
title = "Title of Chat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue