This commit is contained in:
WaelAbouceo
2025-02-02 12:14:15 +02:00
parent 0737701de0
commit 7844ca9343
24 changed files with 624 additions and 172 deletions

View File

@ -2,7 +2,7 @@ import { Metadata } from 'next';
import React from 'react';
export const metadata: Metadata = {
title: 'Library - Perplexica',
title: 'Library - gochat247 - aibot',
};
const Layout = ({ children }: { children: React.ReactNode }) => {