Skip to content

Commit

Permalink
chore: added video markerters page
Browse files Browse the repository at this point in the history
  • Loading branch information
incredible-phoenix246 committed Aug 25, 2024
1 parent 96bd04a commit d44acdf
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import React from 'react'

const page = () => {
return (
<div>page</div>
)
}
return <div>page</div>;
};

export default page
export default page;

0 comments on commit d44acdf

Please sign in to comment.