Skip to content

Commit

Permalink
Adjust the import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
FAMarfuaty committed Oct 17, 2023
1 parent fb24eab commit d349cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable capitalized-comments, spaced-comment */
import { primeLanguageSpecificData } from "../../../src/languageProcessing/helpers/morphology/buildTopicStems";
import {
computeScoresPerSentenceShortTopic,
computeScoresPerSentenceLongTopic,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { languageProcessing } from "yoastseo";
const { buildFormRule, createRulesFromArrays } = languageProcessing;
import buildFormRule from "../../../helpers/morphology/buildFormRule";
import createRulesFromArrays from "../../../helpers/morphology/createRulesFromArrays";

/**
* Checks if a word is complex.
Expand Down

0 comments on commit d349cc5

Please sign in to comment.