Skip to content

Commit 5033825

Browse files
authored
Move the route inside the routes group (#93)
2 parents 137ffa0 + 2ef134e commit 5033825

File tree

32 files changed

+44
-34
lines changed

32 files changed

+44
-34
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useState, useEffect } from "react";
1010

1111
import { useAuth } from "@/app/lib/context/AuthContext";
1212
import { useApp } from "@/app/lib/context/AppContext";
13-
import type { APIKey } from "@/app/keystore/page";
13+
import { APIKey } from "@/app/lib/types/credentials";
1414
import Sidebar from "@/app/components/Sidebar";
1515
import { useToast } from "@/app/components/Toast";
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { useState, useEffect } from "react";
44
import { useAuth } from "@/app/lib/context/AuthContext";
55
import { useApp } from "@/app/lib/context/AppContext";
6-
import type { APIKey } from "@/app/keystore/page";
6+
import { APIKey } from "@/app/lib/types/credentials";
77
import Sidebar from "@/app/components/Sidebar";
88
import { useToast } from "@/app/components/Toast";
99
import { formatDate } from "@/app/components/utils";

0 commit comments

Comments
 (0)