Changed naming from LinkList to EntryList
This commit is contained in:
parent
39aaea05e5
commit
89a8278dbe
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ import Link from 'next/link'
|
|||
import styles from '/styles/Home.module.css'
|
||||
import fsPromises from 'fs/promises'
|
||||
import path from 'path'
|
||||
import type { CustomLink, LinkList } from '../interfaces/LinkTypes'
|
||||
import type { CustomLink, EntryList } from '../interfaces/LinkTypes'
|
||||
|
||||
function Servers(props: LinkList) {
|
||||
function Servers(props: EntryList) {
|
||||
const serverList = props.games
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue