Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Jun 6, 2024
1 parent fb1bd2c commit 9eed9fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createEffect, createResource, Match, Switch } from "solid-js"
import { getAuthClient } from "@lix-js/client"
import MaterialSymbolsCheckCircleRounded from "~icons/material-symbols/check-circle-rounded"
import MaterialSymbolsArrowBackRounded from "~icons/material-symbols/arrow-back-rounded"
import { publicEnv } from "@inlang/env-variables"
import { useLocalStorage } from "#src/services/local-storage/index.js"

Expand Down

0 comments on commit 9eed9fc

Please sign in to comment.