just-paja/improtresk-web

View on GitHub
src/components/AppLoader.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import React from 'react'

export const AppLoader = () => (
  <div>Application not ready</div>
)