Skip to content

Commit

Permalink
fix #67, fix #10 - own npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Jul 26, 2024
1 parent 8db02c2 commit 6a072a0
Show file tree
Hide file tree
Showing 78 changed files with 23,631 additions and 22,580 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ next.config.wizardcopy.js
.env*.local
.env*.production
.env*.development

prototypr-packages/

2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@prototypr:registry=https://npm.pkg.github.com/
@prototypr/prototypr-postie:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${GITHUB_PERSONAL_ACCESS_TOKEN}
6 changes: 3 additions & 3 deletions app/notifications/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import Layout from "@/components/new-index/layoutForApp";
// import { redirect } from 'next/navigation'
// import AccountPageWrapper from './pageWrapper'
import { HOME_OG_IMAGE_URL } from "@/lib/constants";
import Dashboard from "@/components/Dashboard/Dashboard";
import Navigation from "@/components/Dashboard/navigation";
// import Dashboard from "@/components/Dashboard/Dashboard";
// import Navigation from "@/components/Dashboard/navigation";
import NotificationsList from "@/components/Notifications/NotificationsList";
import { getCssText } from "stitches.config";
// import { getCssText } from "stitches.config";

export const metadata = {
title: "Notifications | Prototypr",
Expand Down
50 changes: 0 additions & 50 deletions components/Editor/CustomExtensions/Cite.js

This file was deleted.

79 changes: 0 additions & 79 deletions components/Editor/CustomExtensions/CustomBlockquote.js

This file was deleted.

Loading

0 comments on commit 6a072a0

Please sign in to comment.