Skip to content

Commit

Permalink
fix(apps/kampus): use correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
usirin committed Dec 30, 2023
1 parent 4d7a6ef commit 70e8bd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/kampus/app/sozluk/[term]/SozlukTerm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

import { graphql, usePreloadedQuery } from "react-relay";

import { type SerializablePreloadedQuery } from "features/relayfeatures/relay";
import useSerializablePreloadedQuery from "features/relayfeatures/relayfeatures/relay/use-serializable-preloaded-query";

import { type SerializablePreloadedQuery } from "~/features/relay";
import useSerializablePreloadedQuery from "~/features/relay/use-serializable-preloaded-query";
import { type SozlukTermQuery } from "./__generated__/SozlukTermQuery.graphql";
import { SozlukTermBody } from "./SozlukTermBody";
import { SozlukTermTitle } from "./SozlukTermTitle";
Expand Down

0 comments on commit 70e8bd6

Please sign in to comment.