[wip] Add Rockstar

This commit is contained in:
Nilay Majorwar
2022-02-02 21:09:00 +05:30
parent 69553b7087
commit 0befc7369a
12 changed files with 537 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { NextPage } from "next";
import Head from "next/head";
import { Mainframe } from "../../ui/Mainframe";
import { Header } from "../../ui/header";
import LangProvider from "../../engines/$LANG_ID";
import LangProvider from "../../languages/$LANG_ID";
const LANG_ID = "$LANG_ID";
const LANG_NAME = "$LANG_NAME";