Skip to content

Commit

Permalink
refactor: remove components/utils folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed May 19, 2023
1 parent fb5ebe6 commit 27f4825
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import i18n from "@dhis2/d2-i18n";
import React, { useEffect, useState } from "react";
import { NavLink, useLocation, matchPath } from "react-router-dom";
import { HidePreventUnmount } from "../../components/utils/HidePreventUnmount";
import { HidePreventUnmount } from "../../components";
import styles from "./Sidebar.module.css";
import {
LinkItem,
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion src/components/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { Loader } from './loading';
export { Loader } from "./loading";
export * from "./HidePreventUnmount";
1 change: 0 additions & 1 deletion src/components/utils/index.tsx

This file was deleted.

0 comments on commit 27f4825

Please sign in to comment.