Skip to content

Commit

Permalink
Seems to have forgotten to commit a file
Browse files Browse the repository at this point in the history
  • Loading branch information
brumoen committed Jan 31, 2025
1 parent e9f3df2 commit 947d51a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interactions/commands/handlers/info/topics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { offScreen } from './offscreen';
import { tuts } from './tutorials';
import { InfoTopic } from '../info-helpers';
import { arm64InstallError } from './arm64';
import { overlayIssues } from './overlay-issues';

export const infoTopics: Array<InfoTopic> = [
authIssues,
Expand All @@ -31,4 +32,5 @@ export const infoTopics: Array<InfoTopic> = [
offScreen,
tuts,
arm64InstallError,
overlayIssues,
];

0 comments on commit 947d51a

Please sign in to comment.