Started changes the file structure
This commit is contained in:
parent
464df4adac
commit
89b3b824c7
17 changed files with 12 additions and 12 deletions
12
app/page.tsx
12
app/page.tsx
|
@ -1,11 +1,11 @@
|
|||
"use client";
|
||||
import React, { useState, useEffect, useRef } from 'react';
|
||||
import Header from './Header';
|
||||
import AI from './AI';
|
||||
import FAQ from './Faq'; // Ensure the import path is correct
|
||||
import Documentation from './Documentation'; // Ensure the import path is correct
|
||||
import History from './History';
|
||||
import Models from './Models';
|
||||
import Header from './components/Header';
|
||||
import AI from './components/AI';
|
||||
import FAQ from './components/Faq'; // Ensure the import path is correct
|
||||
import Documentation from './components/Documentation'; // Ensure the import path is correct
|
||||
import History from './components/History';
|
||||
import Models from './components/Models';
|
||||
import './styles/master.css';
|
||||
|
||||
const LandingPage: React.FC = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue