chore: css fixes

This commit is contained in:
Arvid Norlin
2024-05-23 15:42:52 +02:00
parent 6cb1ee5385
commit 470e308480
5 changed files with 15 additions and 18 deletions

View File

@@ -15,7 +15,6 @@ import {
getUserSchema,
} from "./output"
import { benefits, extendedUser, nextLevelPerks } from "./temp"
import friendTransactionsMockJson from "./tempFriendTransactions.json"
function fakingRequest<T>(payload: T): Promise<T> {
return new Promise((resolve) => {