use @ import alias
All checks were successful
Build static content / build (push) Successful in 10m51s
All checks were successful
Build static content / build (push) Successful in 10m51s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { ChatStore, TemplateAPI } from "./app";
|
||||
import { Tr } from "./translate";
|
||||
import { ChatStore, TemplateAPI } from "@/app";
|
||||
import { Tr } from "@/translate";
|
||||
|
||||
interface Props {
|
||||
chatStore: ChatStore;
|
||||
@@ -62,7 +62,7 @@ export function ListAPIs({
|
||||
onClick={() => {
|
||||
if (
|
||||
!confirm(
|
||||
`Are you sure to delete this **${label}** template?`
|
||||
`Are you sure to delete this **${label}** template?`,
|
||||
)
|
||||
) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user