mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
fix: fixing file import
This commit is contained in:
parent
dfbb5367dc
commit
1df5b62ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { MarkdownTableSyncStrategy } from "./MarkdownTableSyncStrategy";
|
|||
import { JsonFileSyncStrategy } from "./JSONFileSyncStrategy";
|
||||
import { ParserTableDefinition } from "./types";
|
||||
import { TableDefinitionExternal } from "../repository/tableDefinitions";
|
||||
import { getFileExtension } from "src/utils/extractExtension";
|
||||
import { getFileExtension } from "../../utils/extractExtension";
|
||||
|
||||
|
||||
const resolveFileStrategy = (filename: string) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue