fix building

This commit is contained in:
Max Leiter 2022-11-14 18:45:06 -08:00
parent e1ef002300
commit 37d4dfebcf
2 changed files with 0 additions and 11 deletions

View file

@ -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