Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Aug 30, 2024
1 parent 88a0509 commit b92877c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/nextjs/src/components/AppComponents/Chat/chat-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,11 @@

import * as React from "react";

import { usePathname } from "#next/navigation";
import { OakIcon } from "@oaknational/oak-components";
import Link from "next/link";

import { SidebarList } from "@/components/AppComponents/Chat/sidebar-list";
import { buttonVariants } from "@/components/AppComponents/Chat/ui/button";
import { IconPlus } from "@/components/AppComponents/Chat/ui/icons";
import useAnalytics from "@/lib/analytics/useAnalytics";
import { cn } from "@/lib/utils";

import ChatButton from "./ui/chat-button";

export function ChatHistory() {
const { trackEvent } = useAnalytics();
const path = usePathname();

const idFromUrl = path.split("chat/")[1];
return (
<div className="flex h-full flex-col">
<div className="my-10 px-7">
Expand Down

0 comments on commit b92877c

Please sign in to comment.