2
0
Files
bot/apps/builder/layouts/results/AnalyticsContent.tsx

6 lines
86 B
TypeScript
Raw Normal View History

2021-12-24 10:08:41 +01:00
import React from 'react'
export const AnalyticsContent = () => {
return <>Hi</>
}