prettier
This commit is contained in:
parent
5b1aaee605
commit
3b737a078a
63 changed files with 1132 additions and 1853 deletions
|
@ -1,10 +1,10 @@
|
|||
import ChatWindow from '@/components/ChatWindow';
|
||||
import { Metadata } from 'next';
|
||||
import { Suspense } from 'react';
|
||||
import ChatWindow from "@/components/ChatWindow";
|
||||
import { Metadata } from "next";
|
||||
import { Suspense } from "react";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Chat - Perplexica',
|
||||
description: 'Chat with the internet, chat with Perplexica.',
|
||||
title: "Chat - Perplexica",
|
||||
description: "Chat with the internet, chat with Perplexica.",
|
||||
};
|
||||
|
||||
const Home = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue