diff --git a/client/placeholders/Dot.jsx b/client/placeholders/Dot.jsx new file mode 100644 index 0000000..abfb753 --- /dev/null +++ b/client/placeholders/Dot.jsx @@ -0,0 +1,9 @@ +import React from 'react'; + +const Dot = () => { + return ( +
+ ); +}; + +export default Dot; diff --git a/client/placeholders/Frame.jsx b/client/placeholders/Frame.jsx new file mode 100644 index 0000000..fb1d17b --- /dev/null +++ b/client/placeholders/Frame.jsx @@ -0,0 +1,17 @@ +import React from 'react'; + +const Frame = ({ children }) => { + return ( +