Product and custom templates pages
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
import ProductsCom from '../components/products/ProductsCom'
|
||||
import CustomTemplates from "../components/products/CustomTemplates";
|
||||
|
||||
export default function CustomTemplatePage() {
|
||||
return (
|
||||
<ProductsCom />
|
||||
<CustomTemplates />
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
import ProductsCom from '../components/products/ProductsCom'
|
||||
import ProductTemplates from "../components/products/ProductTemplates";
|
||||
|
||||
export default function ProductTemplatePage() {
|
||||
return (
|
||||
<ProductsCom />
|
||||
<ProductTemplates />
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user