From 72029047a50fd84402bc867d7df327dd38c686b7 Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 10 Aug 2023 23:56:53 -0700 Subject: [PATCH] lint compliance --- src/StarterPlayer/StarterPlayerScripts/main.client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StarterPlayer/StarterPlayerScripts/main.client.ts b/src/StarterPlayer/StarterPlayerScripts/main.client.ts index d2fe50e..42ca4ae 100644 --- a/src/StarterPlayer/StarterPlayerScripts/main.client.ts +++ b/src/StarterPlayer/StarterPlayerScripts/main.client.ts @@ -1,5 +1,5 @@ import { CharacterRigR6 } from "@rbxts/character-promise" -import Log, { LogLevel, Logger } from "@rbxts/log" +import Log, { Logger } from "@rbxts/log" import { Players } from "@rbxts/services" import { start } from "ReplicatedStorage/ecs" import { clientState } from "ReplicatedStorage/ecs/state"