fix building

pull/135/head
Max Leiter 3 years ago
parent e1ef002300
commit 37d4dfebcf

@ -1,11 +0,0 @@
import { getAllPosts, getAllUsers } from "@lib/server/prisma"
import styles from "./admin.module.css"
import PostTable from "./post-table"
import UserTable from "./user-table"
const Admin = async () => {
)
}
export default Admin
Loading…
Cancel
Save