File size: 206 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
// This file is generated by Slice Machine. Update with care!

import Image from "./Image";
import Text from "./Text";

export { Image, Text };

export const components = {
  image: Image,
  text: Text,
};