mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
remove scenes folder
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
import UserAvatar from "components/common/UserAvatar";
|
||||
import { FiCheck } from "react-icons/fi";
|
||||
import { formatUsername } from "utils/strings";
|
||||
import { GetVotingSummariesByMonthAndTierData } from "./plusService";
|
||||
import { GetVotingSummariesByMonthAndTierData } from "../../services/plusService";
|
||||
|
||||
export interface PlusVotingHistoryPageProps {
|
||||
summaries: GetVotingSummariesByMonthAndTierData;
|
||||
@@ -1,8 +1,8 @@
|
||||
import { GetStaticPaths, GetStaticProps } from "next";
|
||||
import PlusVotingHistoryPage, {
|
||||
PlusVotingHistoryPageProps,
|
||||
} from "scenes/plus/PlusVotingHistoryPage";
|
||||
import plusService from "scenes/plus/plusService";
|
||||
} from "components/plus/PlusVotingHistoryPage";
|
||||
import plusService from "services/plusService";
|
||||
|
||||
export const getStaticPaths: GetStaticPaths = async () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user