import React from "react"; const Temporary = () => { return
This is temporary
; }; export default Temporary;