mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
re-structure to monorepo.
This commit is contained in:
14
packages/webapp/src/components/MaterialProgressBar/index.tsx
Normal file
14
packages/webapp/src/components/MaterialProgressBar/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
// @ts-nocheck
|
||||
import React from 'react';
|
||||
|
||||
import '@/style/components/MaterialProgressBar.scss';
|
||||
|
||||
export function MaterialProgressBar() {
|
||||
return (
|
||||
<div class="progress-container">
|
||||
<div class="progress-materializecss">
|
||||
<div class="indeterminate"></div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user