remnantchat/src/Bootstrap.tsx

8 lines
123 B
TypeScript
Raw Normal View History

2022-08-09 09:35:49 -05:00
import React from 'react'
function Bootstrap() {
2022-08-09 21:06:16 -05:00
return <div className="Chitchatter"></div>
2022-08-09 09:35:49 -05:00
}
export default Bootstrap