6 lines
110 B
TypeScript

import React from 'react'
export const UpdateCategoryPage = () => {
return <div>UpdateCategoryPage</div>
}