Skip to content

Commit

Permalink
feat: adding index html
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Oct 3, 2023
1 parent 0f09e9c commit 8cb48a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/forum/src/components/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import React, { useEffect, useState, lazy, Suspense } from "react";
import { useTranslation } from "react-i18next";
import { BrowserRouter, Routes, Route, useNavigate } from "react-router-dom";
import HeaderWithModal from "@app/components/common/HeaderWithModal";
Expand Down
File renamed without changes.

0 comments on commit 8cb48a4

Please sign in to comment.