Skip to content

Commit

Permalink
Rename get-completion.ts helper to completion.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Jun 10, 2024
1 parent 05a17a5 commit c9b08bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const FEATURES = [

const Features = () => {
return (
<section className="w-full relative flex flex-col items-center justify-center gap-10">
<section className="w-full relative flex flex-col items-center justify-center gap-10">
<div className="w-full overflow-hidden">
<h2 className="lg:block text-[20.5rem] hidden leading-none tracking-normal opacity-10 shrink-0 -mt-[1.9rem] font-semibold text-center">
Features
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/hooks/use-start-completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {LocalCodePredictionEngine} from '../classes/local-code-prediction-engine
import {
computeCompletionCacheKey,
fetchCompletionItem,
} from '../helpers/get-completion';
} from '../helpers/completion';
import type {EditorInlineCompletion} from '../types/common';
import type {
CompletionSpeed,
Expand Down

0 comments on commit c9b08bd

Please sign in to comment.