diff --git a/packages/payload/src/assets/images/github/e2e-debug.png b/.github/assets/e2e-debug.png
similarity index 100%
rename from packages/payload/src/assets/images/github/e2e-debug.png
rename to .github/assets/e2e-debug.png
diff --git a/packages/payload/src/assets/images/github/int-debug.png b/.github/assets/int-debug.png
similarity index 100%
rename from packages/payload/src/assets/images/github/int-debug.png
rename to .github/assets/int-debug.png
diff --git a/.github/reproduction-guide.md b/.github/reproduction-guide.md
index ae8c89025..50900fd4f 100644
--- a/.github/reproduction-guide.md
+++ b/.github/reproduction-guide.md
@@ -40,7 +40,7 @@ There are a couple ways run integration tests:
- **Granularly** - you can run individual tests in vscode by installing the Jest Runner plugin and using that to run individual tests. Clicking the `debug` button will run the test in debug mode allowing you to set break points.
-
+
- **Manually** - you can run all int tests in the `/test/_community/int.spec.ts` file by running the following command:
@@ -57,7 +57,7 @@ The easiest way to run E2E tests is to install
Once they are installed you can open the `testing` tab in vscode sidebar and drill down to the test you want to run, i.e. `/test/_community/e2e.spec.ts`
-
+
#### Notes
diff --git a/ISSUE_GUIDE.md b/ISSUE_GUIDE.md
index bb08e1d2a..455882bdb 100644
--- a/ISSUE_GUIDE.md
+++ b/ISSUE_GUIDE.md
@@ -45,7 +45,7 @@ There are a couple ways to do this:
- **Granularly** - you can run individual tests in vscode by installing the Jest Runner plugin and using that to run individual tests. Clicking the `debug` button will run the test in debug mode allowing you to set break points.
-
+
- **Manually** - you can run all int tests in the `/test/_community/int.spec.ts` file by running the following command:
@@ -62,7 +62,7 @@ The easiest way to run E2E tests is to install
Once they are installed you can open the `testing` tab in vscode sidebar and drill down to the test you want to run, i.e. `/test/_community/e2e.spec.ts`
-
+
#### Notes
diff --git a/examples/auth/src/app/(app)/_components/Header/index.tsx b/examples/auth/src/app/(app)/_components/Header/index.tsx
index 9d6abeb4f..61f80ddca 100644
--- a/examples/auth/src/app/(app)/_components/Header/index.tsx
+++ b/examples/auth/src/app/(app)/_components/Header/index.tsx
@@ -14,12 +14,12 @@ export const Header = () => {
diff --git a/examples/live-preview/src/app/(app)/_components/Header/index.tsx b/examples/live-preview/src/app/(app)/_components/Header/index.tsx
index 6bc29d057..0366f1c4f 100644
--- a/examples/live-preview/src/app/(app)/_components/Header/index.tsx
+++ b/examples/live-preview/src/app/(app)/_components/Header/index.tsx
@@ -27,12 +27,12 @@ export const Header = async () => {
diff --git a/examples/localization/src/components/Logo/Logo.tsx b/examples/localization/src/components/Logo/Logo.tsx
index b62b95aaf..077ece5bc 100644
--- a/examples/localization/src/components/Logo/Logo.tsx
+++ b/examples/localization/src/components/Logo/Logo.tsx
@@ -6,7 +6,7 @@ export const Logo = () => {
)
}
diff --git a/examples/localization/src/globals/Footer/Component.tsx b/examples/localization/src/globals/Footer/Component.tsx
index 14d707db9..685a2c7d3 100644
--- a/examples/localization/src/globals/Footer/Component.tsx
+++ b/examples/localization/src/globals/Footer/Component.tsx
@@ -21,7 +21,7 @@ export async function Footer({ locale }: { locale: TypedLocale }) {
diff --git a/packages/payload/src/assets/assets.d.ts b/packages/payload/src/assets/assets.d.ts
deleted file mode 100644
index 47443955d..000000000
--- a/packages/payload/src/assets/assets.d.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-declare module '*.svg' {
- // eslint-disable-next-line @typescript-eslint/no-require-imports
- import React = require('react')
-
- export const ReactComponent: React.SFC>
- const src: string
- export default src
-}
-
-declare module '*.jpg' {
- const content: string
- export default content
-}
-
-declare module '*.png' {
- const content: string
- export default content
-}
-
-declare module '*.json' {
- const content: string
- export default content
-}
diff --git a/packages/payload/src/assets/images/benefits-banner.jpg b/packages/payload/src/assets/images/benefits-banner.jpg
deleted file mode 100644
index c59340902..000000000
Binary files a/packages/payload/src/assets/images/benefits-banner.jpg and /dev/null differ
diff --git a/packages/payload/src/assets/images/cloud-cta-inline.jpg b/packages/payload/src/assets/images/cloud-cta-inline.jpg
deleted file mode 100644
index 8e483249b..000000000
Binary files a/packages/payload/src/assets/images/cloud-cta-inline.jpg and /dev/null differ
diff --git a/packages/payload/src/assets/images/generic-block-image.svg b/packages/payload/src/assets/images/generic-block-image.svg
deleted file mode 100644
index eb8029428..000000000
--- a/packages/payload/src/assets/images/generic-block-image.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/packages/payload/src/assets/images/github-banner-alt.jpg b/packages/payload/src/assets/images/github-banner-alt.jpg
deleted file mode 100644
index 4291819aa..000000000
Binary files a/packages/payload/src/assets/images/github-banner-alt.jpg and /dev/null differ
diff --git a/packages/payload/src/assets/images/github-banner-nextjs-native.jpg b/packages/payload/src/assets/images/github-banner-nextjs-native.jpg
deleted file mode 100644
index b580934a6..000000000
Binary files a/packages/payload/src/assets/images/github-banner-nextjs-native.jpg and /dev/null differ
diff --git a/packages/payload/src/assets/images/github-banner.jpg b/packages/payload/src/assets/images/github-banner.jpg
deleted file mode 100644
index 6cc7de168..000000000
Binary files a/packages/payload/src/assets/images/github-banner.jpg and /dev/null differ