Skip to content

Commit

Permalink
move link related components to where they should be
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 26, 2023
1 parent 2ce0577 commit a58fd03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/screens/directory/links/LinkIndexScreen/Client.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"use client";

import { LinkIndexView } from "src/components/directory/links/LinkIndexView/LinkIndexView";
import { Unready } from "src/components/site/Unready";

import { LinkIndexView } from "./components/LinkIndexView/LinkIndexView";
import { Props, useLinkIndexScreen } from "./useLinkIndexScreen";

export function Client(props: Props) {
Expand Down

2 comments on commit a58fd03

@vercel
Copy link

@vercel vercel bot commented on a58fd03 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a58fd03 Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.