mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-29 08:46:22 +02:00
♻️ Create backend package (#643)
This commit is contained in:
parent
7fc08c6736
commit
05fe2edaea
68 changed files with 476 additions and 391 deletions
|
@ -1,7 +1,8 @@
|
|||
import Head from "next/head";
|
||||
|
||||
import Clock from "@/components/icons/clock.svg";
|
||||
import Logo from "~/public/logo.svg";
|
||||
|
||||
import Logo from "../../public/logo.svg";
|
||||
|
||||
const Maintenance: React.FunctionComponent = () => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue