fix building
This commit is contained in:
parent
e1ef002300
commit
37d4dfebcf
2 changed files with 0 additions and 11 deletions
|
@ -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…
Reference in a new issue