mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-05-13 13:17:45 +00:00
fix: image crop broken (#37)
This commit is contained in:
parent
3d2de94acf
commit
a42a4126ec
2 changed files with 115 additions and 114 deletions
|
|
@ -2,6 +2,7 @@ import { StrictMode } from "react";
|
|||
import { createRoot } from "react-dom/client";
|
||||
import { BrowserRouter, Route, Routes } from "react-router";
|
||||
import "./index.css";
|
||||
import "react-image-crop/dist/ReactCrop.css";
|
||||
import "@fontsource-variable/lexend/wght.css";
|
||||
|
||||
import PrivacyPage from "./pages/privacy.tsx";
|
||||
|
|
|
|||
Loading…
Reference in a new issue