main
Last change
on this file since 4abf55a was af801e3, checked in by viktor <viktor@…>, 2 years ago |
finished edit/delete/displace opinion/thread from report (react); todo reporting user/opinion/thread interface, public user pages and messaging (springboot)
|
-
Property mode
set to
100644
|
File size:
251 bytes
|
Rev | Line | |
---|
[af801e3] | 1 | import React from "react";
|
---|
| 2 | import "../../static/spinner.css";
|
---|
| 3 |
|
---|
| 4 | export default function LoadingSpinner() {
|
---|
| 5 | return (
|
---|
| 6 | <div className="spinner-container">
|
---|
| 7 | <div className="loading-spinner">
|
---|
| 8 | </div>
|
---|
| 9 | </div>
|
---|
| 10 | );
|
---|
| 11 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.