Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Oct 1, 2024
1 parent a98eac1 commit 7ab0672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stacks/psa-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/
import { Function } from 'sst/constructs'
import { Bucket } from 'aws-cdk-lib/aws-s3'
import { getBucketName } from './config.js'

/** @param {import('sst/constructs').StackContext} context */
export function PSAStack ({ stack }) {
Expand Down

0 comments on commit 7ab0672

Please sign in to comment.