11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
---
|
|
import Layout from '../layouts/Layout.astro';
|
|
---
|
|
|
|
<Layout title="Shop | UP IECEP">
|
|
<section class="shop-section">
|
|
<h1>Shop</h1>
|
|
<strong>Coming soon</strong>
|
|
</section>
|
|
</Layout>
|