mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
Remove domain segment
This commit is contained in:
7
www/app/(app)/transcripts/waveformLoading.tsx
Normal file
7
www/app/(app)/transcripts/waveformLoading.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Center, Spinner } from "@chakra-ui/react";
|
||||
|
||||
export default () => (
|
||||
<Center h={14}>
|
||||
<Spinner speed="1s"></Spinner>
|
||||
</Center>
|
||||
);
|
||||
Reference in New Issue
Block a user