Skip to content

Commit

Permalink
chore: remaining from "react/react-in-jsx-scope"
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Aug 2, 2024
1 parent 13cae94 commit 72cd4d2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from "react";
import { Link } from "@tanstack/react-router";
import { useTranslation } from "react-i18next";

Expand Down
2 changes: 0 additions & 2 deletions src/lib/types/router.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import type * as React from "react";

export type LinkComponentProps<TComp> = React.PropsWithoutRef<
TComp extends React.FC<infer TProps> | React.Component<infer TProps>
? TProps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from "react";
import { createFileRoute } from "@tanstack/react-router";

import ModuleNotesTabContent from "@/components/primary-module/tabs/notes-content";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from "react";
import { createFileRoute } from "@tanstack/react-router";

import { Container } from "@/routes/-components/container";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from "react";
import { createFileRoute } from "@tanstack/react-router";

import ModuleNotesTabContent from "@/components/primary-module/tabs/notes-content";
Expand Down

0 comments on commit 72cd4d2

Please sign in to comment.