Skip to content

Commit

Permalink
update: development
Browse files Browse the repository at this point in the history
Signed-off-by: Vinyl-Davyl <okononfuadavid@gmail.com>
  • Loading branch information
Vinyl-Davyl committed Jul 25, 2024
1 parent 259ba2b commit 28385a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Navbar from "./components/Navbar";
import Footer from "./components/Footer";
import AgreementData from "./editors/editorsContainer/AgreementData";
import AgreementHtml from "./AgreementHtml";
import Errors from "./helpers/Errors";
import Errors from "../utils/helpers/Errors";
import TemplateMarkdown from "./editors/editorsContainer/TemplateMarkdown";
import TemplateModel from "./editors/editorsContainer/TemplateModel";
import useAppStore from "./store/store";
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"noFallthroughCasesInSwitch": true,
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": ["src"],
"include": ["src", "utils/helpers/Errors.tsx"],
"references": [{ "path": "./tsconfig.node.json" }]
}
2 changes: 1 addition & 1 deletion src/helpers/Errors.tsx → utils/helpers/Errors.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import useAppStore from "../store/store";
import useAppStore from "../../src/store/store";
import { Alert, Space } from "antd";

function Errors() {
Expand Down

0 comments on commit 28385a2

Please sign in to comment.