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 447f889 commit 259ba2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import Navbar from "./components/Navbar";
import Footer from "./components/Footer";
import AgreementData from "./editors/editorsContainer/AgreementData";
import AgreementHtml from "./AgreementHtml";
import Errors from "./Errors";
import Errors from "./helpers/Errors";
import TemplateMarkdown from "./editors/editorsContainer/TemplateMarkdown";
import TemplateModel from "./editors/editorsContainer/TemplateModel";
import useAppStore from "./store/store";
import SampleDropdown from "./components/SampleDropdown";
import FullScreenModal from "./FullScreenModal";
import FullScreenModal from "./components/FullScreenModal";
import { useSearchParams } from "react-router-dom";
import UseShare from "./components/UseShare";

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from "react";
import { Modal } from "antd";
import AgreementHtml from "./AgreementHtml";
import AgreementHtml from "../AgreementHtml";
import { FullscreenOutlined } from "@ant-design/icons";

const FullScreenModal: React.FC = () => {
Expand Down
2 changes: 1 addition & 1 deletion src/Errors.tsx → src/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 "../store/store";
import { Alert, Space } from "antd";

function Errors() {
Expand Down
File renamed without changes.

0 comments on commit 259ba2b

Please sign in to comment.