6 lines
110 B
TypeScript
Raw Normal View History

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