Skip to content

Commit

Permalink
Merge pull request #125 from AbbeyIT/Issue102
Browse files Browse the repository at this point in the history
Feat: Import WorkInProgress to images template
  • Loading branch information
ctoffanin authored Oct 8, 2022
2 parents 10bece9 + 5d67038 commit dac0b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ContentTemplates/ImagesTemplate.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React from "react"
import WorkInProgress from "../WorkInProgress/WorkInProgress"

const ImagesTemplate = () => {
return <div>ImagesTemplate</div>
return <WorkInProgress />
}

export default ImagesTemplate

0 comments on commit dac0b3f

Please sign in to comment.