Skip to content

Commit

Permalink
refactor(web): rename snowfall component
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Jan 15, 2025
1 parent 5e7147e commit a4a968f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Router } from "@solidjs/router";
import { FileRoutes } from "@solidjs/start/router";
import { Suspense } from "solid-js";
import { Toaster } from "solid-sonner";
import { Snowfall } from "~/components/snowfall";
import { Snowfall } from "~/components/Snowfall";
import { I18nProvider } from "~/lib/i18n";
import { createSessionValidator } from "~/lib/session";
import { SettingsProvider } from "~/lib/settings";
Expand Down
File renamed without changes.

0 comments on commit a4a968f

Please sign in to comment.