cnap-cobre/synapse

View on GitHub
frontend/src/components/WebShell/WebShell.js

Summary

Maintainability
A
0 mins
Test Coverage
import React, { Component } from 'react';
 
export default function WebShell() {
return (
<h1>Web Shell coming soon.</h1>
);
}