mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
removereact references
This commit is contained in:
parent
d7022fd05a
commit
7465cacd4f
5 changed files with 2 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import React, { useState } from "react";
|
import { useState } from "react";
|
||||||
import { Button } from "@katanemo/ui";
|
import { Button } from "@katanemo/ui";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { ArrowRight, MessageSquare, Building2, MessagesSquare } from "lucide-react";
|
import { ArrowRight, MessageSquare, Building2, MessagesSquare } from "lucide-react";
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
import React from "react";
|
|
||||||
|
|
||||||
export default function DocsPage() {
|
export default function DocsPage() {
|
||||||
return (
|
return (
|
||||||
<section className="px-4 sm:px-6 lg:px-8 py-12 sm:py-16 lg:py-24">
|
<section className="px-4 sm:px-6 lg:px-8 py-12 sm:py-16 lg:py-24">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import React from "react";
|
|
||||||
import { Hero } from "@/components/Hero";
|
import { Hero } from "@/components/Hero";
|
||||||
import { IntroSection } from "@/components/IntroSection";
|
import { IntroSection } from "@/components/IntroSection";
|
||||||
import { IdeaToAgentSection } from "@/components/IdeaToAgentSection";
|
import { IdeaToAgentSection } from "@/components/IdeaToAgentSection";
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import React from "react";
|
|
||||||
import {
|
import {
|
||||||
ResearchHero,
|
ResearchHero,
|
||||||
ResearchGrid,
|
ResearchGrid,
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"extends": "@katanemo/tsconfig/nextjs.json",
|
"extends": "@katanemo/tsconfig/nextjs.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"jsx": "react-jsx",
|
"jsx": "react-jsx",
|
||||||
|
"esModuleInterop": true,
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["./src/*"],
|
"@/*": ["./src/*"],
|
||||||
"@katanemo/ui": ["../../packages/ui/src"]
|
"@katanemo/ui": ["../../packages/ui/src"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue