removereact references

This commit is contained in:
Musa 2025-12-22 14:20:45 -08:00
parent d7022fd05a
commit 7465cacd4f
5 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,6 @@
"use client";
import React, { useState } from "react";
import { useState } from "react";
import { Button } from "@katanemo/ui";
import Link from "next/link";
import { ArrowRight, MessageSquare, Building2, MessagesSquare } from "lucide-react";

View file

@ -1,5 +1,3 @@
import React from "react";
export default function DocsPage() {
return (
<section className="px-4 sm:px-6 lg:px-8 py-12 sm:py-16 lg:py-24">

View file

@ -1,6 +1,5 @@
"use client";
import React from "react";
import { Hero } from "@/components/Hero";
import { IntroSection } from "@/components/IntroSection";
import { IdeaToAgentSection } from "@/components/IdeaToAgentSection";

View file

@ -1,6 +1,5 @@
"use client";
import React from "react";
import {
ResearchHero,
ResearchGrid,

View file

@ -2,6 +2,7 @@
"extends": "@katanemo/tsconfig/nextjs.json",
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true,
"paths": {
"@/*": ["./src/*"],
"@katanemo/ui": ["../../packages/ui/src"]