auth serializer

This commit is contained in:
2025-05-18 12:23:05 +03:00
parent 48d286cf55
commit be46e09aeb
9 changed files with 178 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
import React from 'react'
const page = () => {
return <div>page</div>
}
export default page