Some checks failed
Update pnpm Dependencies / update-dependencies (push) Has been cancelled
17 lines
301 B
TypeScript
17 lines
301 B
TypeScript
import type { TFriendItem } from "@/types/friend.type";
|
|
|
|
export const FriendsList: TFriendItem[] = [
|
|
{
|
|
title: "dev.2ha.me",
|
|
url: "https://dev.2ha.me",
|
|
},
|
|
{
|
|
title: "Google",
|
|
url: "https://www.google.com/",
|
|
},
|
|
{
|
|
title: "Github",
|
|
url: "https://www.github.com/",
|
|
},
|
|
];
|