Skip to content

Commit

Permalink
Merge pull request #503 from ikemo3/refactor/utils
Browse files Browse the repository at this point in the history
refactor: util -> libs
  • Loading branch information
ikemo3 authored Oct 18, 2022
2 parents 0cb2b56 + d487ae8 commit f4eb3dc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/model/blocked_sites.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BlockedSite from "./blocked_site";
import removeProtocol from "../util/util";
import removeProtocol from "../libs/string";

/**
* @property {Array<BlockedSite>} sites
Expand Down
2 changes: 1 addition & 1 deletion apps/option/banned_word.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { $, ApplicationError, Logger } from "../common";
import { BannedWordRepository, BannedWord } from "../repository/banned_words";
import { createSelectOption } from "../util/dom";
import { createSelectOption } from "../libs/dom";
import { BannedTarget, BlockType, KeywordType } from "../repository/enums";

export default class BannedWords {
Expand Down

0 comments on commit f4eb3dc

Please sign in to comment.