main
Last change
on this file since 4d97b63 was d8b6c91, checked in by 223021 <daniel.ilievski.2@…>, 6 months ago |
Initial commit - implementirano registracija i logiranje so Spring Security i JSON Web Token-i vo backend-ot kako i navbar i formi za istoto vo frontend-ot
|
-
Property mode
set to
100644
|
File size:
362 bytes
|
Rev | Line | |
---|
[d8b6c91] | 1 | const reportWebVitals = onPerfEntry => {
|
---|
| 2 | if (onPerfEntry && onPerfEntry instanceof Function) {
|
---|
| 3 | import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
|
---|
| 4 | getCLS(onPerfEntry);
|
---|
| 5 | getFID(onPerfEntry);
|
---|
| 6 | getFCP(onPerfEntry);
|
---|
| 7 | getLCP(onPerfEntry);
|
---|
| 8 | getTTFB(onPerfEntry);
|
---|
| 9 | });
|
---|
| 10 | }
|
---|
| 11 | };
|
---|
| 12 |
|
---|
| 13 | export default reportWebVitals;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.