Skip to content

Commit

Permalink
Fix formatting linter isue
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLinS committed May 27, 2024
1 parent 257e0bc commit 27f7f1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion admin-portal-frontend/src/app/emergencies/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useEffect, useState } from "react";

import { CategoryContainer } from "../components/CategoryContainer";
import Toast from "../components/Toast";

import { Category, deleteCategory, getAllCategories } from "../components/categoryRoutes";

export default function CategoriesPage() {
Expand Down
1 change: 0 additions & 1 deletion admin-portal-frontend/src/app/general-principles/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useEffect, useState } from "react";

import { CategoryContainer } from "../components/CategoryContainer";
import Toast from "../components/Toast";

import { Category, deleteCategory, getAllCategories } from "../components/categoryRoutes";

export default function CategoriesPage() {
Expand Down

0 comments on commit 27f7f1a

Please sign in to comment.